How to reuse onNewIntent() method in Fragment?

690 views
Skip to first unread message

Awais Ali

unread,
Sep 12, 2015, 3:29:41 PM9/12/15
to android-platform
@Override
protected void onNewIntent(Intent intent) {     
    super.onNewIntent(intent);
    setIntent(intent);
} 
Reply all
Reply to author
Forward
0 new messages