How to make Start at Boot optional?
My app requires GPS service module to run (which in turn will fire the Main module if not paused).
My GPS mod will drain your battery in 15 minutes (since it is so aggressive - and needs to be - AND not plugged in to a charger).
This is a brute force to ensure MY app is running and fore front - on any device it is installed.
HOWEVER, in different invocations of the same app, I would like the user to set weather this app should start at boot. How? (start at boot = 'userbootsetting' - kvs store setting).
Thanks
My app requires GPS service module to run (which in turn will fire the Main module if not paused).
My GPS mod will drain your battery in 15 minutes (since it is so aggressive - and needs to be - AND not plugged in to a charger).
This is a brute force to ensure MY app is running and fore front - on any device it is installed.
HOWEVER, in different invocations of the same app, I would like the user to set weather this app should start at boot. How? (start at boot = 'userbootsetting' - kvs store setting).
Thanks