Search code examples
androidshellandroid-intentsticky

Send sticky intent via adb am command


I have command like this, but all I am missing is the intent should be sticky. How do I do this ?

am broadcast -a android.intent.action.SOME_ACTION --ei android.intent.extra.SOME_EXTRA 2

Solution

  • Unfortunatelly you can not send sticky intent via am