Re: [android-developers] Service app without activities

2016-10-18 Thread Petar Petrovic
Thank you for your answer, it makes sense. This is very helpful, and I will reorganized my app. уторак, 18. октобар 2016. 17.20.45 UTC+2, Steve Gabrilowitz је написао/ла: > > it's not a Studio thing, it's an Android thing. You can not start a > service until the user explicitly starts an

Re: [android-developers] Service app without activities

2016-10-18 Thread Steve Gabrilowitz
it's not a Studio thing, it's an Android thing. You can not start a service until the user explicitly starts an activity first, this is to prevent a malicious app from covertly starting a service that does nasty things without the user ever knowing about it! You likely want to give the user some