add more devices to clear_data script

This commit is contained in:
2022-11-24 09:52:28 +01:00
parent 621fa57f92
commit f97c4f03ea
2 changed files with 31 additions and 1 deletions
+15
View File
@@ -117,3 +117,18 @@ adb -s 2140c70c shell am start -n com.android.chrome/com.google.android.apps.chr
adb -s G7AZCY07H415CT3 shell pm clear com.android.chrome
adb -s G7AZCY07H415CT3 shell am set-debug-app --persistent com.android.chrome
adb -s G7AZCY07H415CT3 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#vivo
adb -s Q8USBIQSNBSGYTFY shell pm clear com.android.chrome
adb -s Q8USBIQSNBSGYTFY shell am set-debug-app --persistent com.android.chrome
adb -s Q8USBIQSNBSGYTFY shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#oppo
adb -s 910eceb4 shell pm clear com.android.chrome
adb -s 910eceb4 shell am set-debug-app --persistent com.android.chrome
adb -s 910eceb4 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#oppo
adb -s b6b245a shell pm clear com.android.chrome
adb -s b6b245a shell am set-debug-app --persistent com.android.chrome
adb -s b6b245a shell am start -n com.android.chrome/com.google.android.apps.chrome.Main