i have a service in one application and i want to use that service in one more application.so inoder to start or stop or bind with the service should i need to set any permission?if yes what are the permissions?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
Kindly check the following url ... Hopefully it will be useful for you
Basic of Android
@Durga first of all you have to make one services class for example TestService.java
now you have to require for permission in menifest.xml
now you have to call your services in any activity.
in my case i used receiver to start services in when device is first Boot.