Hello Experts, I am new to Android ... so just exploring ... I created an application that starts a service. This service is expected to run in background. This service has to access the Location. I am currently unable to do so ... I have given permission to my Manifest file ..
I think the issue is that the application has the permission, but the Service does not ! What happens is that the service keeps running even if the application is stopped .. Does the Service need special / different permissions ? How do I assign permissions to Service ( my service class extends : Service) Please help. Thanks in advance. Regards Varun -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

