is it necessary that apps using alarm service must be installed in

  • Replies:1
kamlesh yadav
  • Forum posts: 17

Mar 26, 2012, 12:00:45 PM via Website

I am developing an app which uses alarm service. I read somewhere that apps using alarm service must be installed in internal memory.
android:installLocation="internalOnly"

if yes , why is it so.

Does it may create any problem to phone or user.

Reply
Jeremiah
  • Forum posts: 775

Mar 27, 2012, 1:22:48 AM via Website

I don't know if it's required or not, but only reason I can think of is because if they took their sd card out then the alarm service would not be able to start the app. Don't really know if it's required or not though.

kamlesh yadav

Reply