Last active
July 1, 2019 22:39
-
-
Save robertohuertasm/00f3389568a9e06c84dab5d97f4d96f3 to your computer and use it in GitHub Desktop.
foreground_services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb root | |
# If you get an error then you're not running the proper emulator. | |
# Be sure to stop the service | |
# and force a system restart: | |
adb shell stop | |
adb shell start | |
# wait for the service to be restarted! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment