I have an app (cable TV remote control with big buttons for my elderly father) which I want to start and be visible on boot of the Android (version 7.0) tablet on which I'm running it. It consists of a Main module and Starter service.
I have read both of these posts: Autostart app and Auto starting your app, but it is still unclear to me what I need to include in either Main or Starter, or indeed in another service. I have tried various things, but none result in the app launching on boot and in some cases I receive a message "The Starter service should never be started from a receiver."
Any guidance on the specifics of what I need to do in my existing module/service or if necessary an additional one would be appreciated. Besides modifying my code, is anything required regarding permissions on the Android tablet itself?
Thanks.
I have read both of these posts: Autostart app and Auto starting your app, but it is still unclear to me what I need to include in either Main or Starter, or indeed in another service. I have tried various things, but none result in the app launching on boot and in some cases I receive a message "The Starter service should never be started from a receiver."
Any guidance on the specifics of what I need to do in my existing module/service or if necessary an additional one would be appreciated. Besides modifying my code, is anything required regarding permissions on the Android tablet itself?
Thanks.