little3399 Active Member Licensed User Longtime User Jul 15, 2015 #1 Hi, If the APK install on the SD Card , StartAtBoot seem no to be work ?
DonManfred Expert Licensed User Longtime User Jul 15, 2015 #2 did you run the app at least once after installing? Upvote 0
little3399 Active Member Licensed User Longtime User Jul 15, 2015 #3 if apk install on the non SD Card , it work well . Upvote 0
sonicmayne Member Licensed User Longtime User Jul 15, 2015 #4 It seems like an Android limitation: http://stackoverflow.com/questions/6391763/android-installlocation-and-boot-completed Says that "[Start At Boot], however, is not called for applications installed on the sd-card since this is not yet mounted then the intent is fired" and that if you wissh to use such a feature the app should not be installable on SD cards. Upvote 0
It seems like an Android limitation: http://stackoverflow.com/questions/6391763/android-installlocation-and-boot-completed Says that "[Start At Boot], however, is not called for applications installed on the sd-card since this is not yet mounted then the intent is fired" and that if you wissh to use such a feature the app should not be installable on SD cards.
Erel B4X founder Staff member Licensed User Longtime User Jul 16, 2015 #5 Note that if you set StartAtBoot attribute then the compiler will set the CanInstallToExternalStorage attribute to false automatically. Upvote 0
Note that if you set StartAtBoot attribute then the compiler will set the CanInstallToExternalStorage attribute to false automatically.