Android Question Auto starting your app

JakeBullet70

Well-Known Member
Licensed User
Longtime User
How do you have the option to auto start your app?

Did a search on the forum but did not find any info on this.

So... How does one set their app to auto start? I know you can set a service to start at boot.
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
OK. The service has the constant StartAtBoot.
So I am thinking you set this to true in your new service.
Then check a VAR to see if you really want to start, if so...
Start your activity, if not kill the service

OK, just had to work it out in my brain. :)
Thanks!
 
Upvote 0

JakeBullet70

Well-Known Member
Licensed User
Longtime User
I want it to be an option to start... LOL, not allot of people understand my logic. :)

Thanks NJDude, I created an example on how to do this, its is here.
 
Upvote 0
Top