stop/start Android framework
[android-command-line.git] / adb-android-stop.sh
diff --git a/adb-android-stop.sh b/adb-android-stop.sh
new file mode 100755 (executable)
index 0000000..2e7453e
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh -x
+
+adb shell setprop ctl.stop media
+adb shell setprop ctl.stop zygote
+adb shell setprop ctl.stop surfaceflinger
+adb shell setprop ctl.stop drm
+adb shell