Skip to content

Instantly share code, notes, and snippets.

@twiceyuan
Last active December 15, 2015 10:30
Show Gist options
  • Save twiceyuan/f28f2f3b562625bdd7ae to your computer and use it in GitHub Desktop.
Save twiceyuan/f28f2f3b562625bdd7ae to your computer and use it in GitHub Desktop.
接收来自 BroadcastReceiver 的 intent 中的 extra Receive intent from BroadcastReceiver

通知发出的 Intent 设置 Flag:

Intent.FLAG_ACTIVITY_SINGLE_TOP | Intent.FLAG_ACTIVITY_CLEAR_TOP

重写 Activity 中的 onNewIntent(Intent newintent) 方法

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment