summaryrefslogtreecommitdiff
path: root/android-tools/test-setting.sh
blob: c1c46672ae1f6205367e39a63cd170492d50ec3e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# adb shell monkey -s 3 --pct-syskeys 0 -p com.android.settings 10000
while true; do
    adb shell am start com.android.settings/.Settings
    sleep 3
    #adb shell am kill all com.android.settings
    adb shell am force-stop com.android.settings
    sleep 1
done