Autostart Software
Hi, i have installed my own app and now want to automatically start it.
How can i set it up for autostart?
0
Hi, i have installed my own app and now want to automatically start it.
How can i set it up for autostart?
Comments
Hey Bastian,
currently, there is no option in the settings to set apps for auto-start. We are working on it and we will provide this feature soon.
Otherwise, please read this: https://forum.emteria.com/discussion/comment/1173/#Comment_1173
This would be a feature I would like to see as well. Thanks
@rbrady, just as a side note: if you are writing your own application, please use the standard Android way of reacting to the boot event by implementing your own BroadcastReceiver. You will find many tutorials for how to do so on the Internet.