I have made a service that is started in boot. I did it using manifest.
But there are some essential things which can be done only using activity.So for that i want to know the method to determine that whether the service has been started by bootmanager or something like that or using my application ?
I should tell you that i am using StartServiceAt with 5min interval to keep service alive so may be that can interrupt if i use variables.
But there are some essential things which can be done only using activity.So for that i want to know the method to determine that whether the service has been started by bootmanager or something like that or using my application ?
I should tell you that i am using StartServiceAt with 5min interval to keep service alive so may be that can interrupt if i use variables.