BroadcastReceivers in ICS

后端 未结 1 1838
悲哀的现实
悲哀的现实 2020-12-21 00:31

I had written a small utility app just for my phone, which stopped the annoying carrier provided jingle which played on boot up. I noticed the sound didn\'t play if I put th

相关标签:
1条回答
  • 2020-12-21 00:35

    If you wound up completely uninstalling and reinstalling the app, the problem is that you have no activity.

    Starting with Android 3.1, applications are installed in a "stopped" state, where no broadcast receivers will work until the user manually launches an activity. This is an anti-malware move. I blogged about this ~9 months ago.

    0 讨论(0)
提交回复
热议问题