android - BroadcastReceiver for Network State Changed not called when app isn't openen after installing -


for android app made broadcastreceiver triggered on connectivity_change, defined in androidmanifest.xml. works fine, except when don't open app after installation. in case looks broadcastreceiver isn't registered yet. same thing happening broadcastreceiver triggered on boot_completed.

is possible registering of broadcastreceivers according manifest happens when app opened after installation?

i think have same problem android broadcast receiver not getting called after install

the best answer tells isn't possible, , in reply asker refers this app. app works on android 2.0 - 2.3. means in newer android version broadcastreceivers register when app opened once. if have workaround, i'd happy know. :)


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -