I am creating a EventsManager app in which i have a BroadcastReciver which executes for BOOT_COMPLETED broadcast.this receiver has been used to re-register all the events with AlarmManager.If the app is installed on phone’s memory the it works fine but in the case of sd card BOOT_COMPLETED broadcast is not being delivered to broadcast receiver.
pls help..
I am creating a EventsManager app in which i have a BroadcastReciver which executes
Share
Quoting the documentation:
Hence, you cannot allow your app to be installed to external storage.