Android Question STARTING APP AUTOMATICALLY

Intelemarketing

Active Member
Licensed User
Longtime User
Is it possible to have your app start automatically, in the background, so that the user does not realize it is running. This will be helpful for a "Find My Phone" application. Perhaps the user can have an option, on installation, as to whether this feature (auto start) is enabled or not.
 

TILogistic

Expert
Licensed User
Longtime User
module service stater:

#Region Service Attributes
#StartAtBoot: True
#ExcludeFromLibrary: True
#End Region

sample:

 
Upvote 0
Top