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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -