Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to stop android service from a adb
- am startservice com.xxx/.service.XXXService
- public void onCreate() {
- super.onCreate();
- stopService(new Intent("<ActionIDofServiceToBeStopped>"));
- stopSelf();
- }
- am startservice '<IDofStopperService>'
Advertisement
Add Comment
Please, Sign In to add comment