From fb69de40d04a671e391fb16324579089e6d503df Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Sat, 10 Sep 2022 15:37:23 +0200 Subject: [PATCH] add xiao mi tel --- clear_data.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clear_data.sh b/clear_data.sh index f50d795..146b45f 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -26,3 +26,13 @@ adb -s 751005221815 shell am start -n com.android.chrome/com.google.android.apps adb -s 5ac879a2 shell pm clear com.android.chrome adb -s 5ac879a2 shell am set-debug-app --persistent com.android.chrome adb -s 5ac879a2 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#xiaomi tab +adb -s 835dca3e shell pm clear com.android.chrome +adb -s 835dca3e shell am set-debug-app --persistent com.android.chrome +adb -s 835dca3e shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#xiaomi tab +adb -s d54e946 shell pm clear com.android.chrome +adb -s d54e946 shell am set-debug-app --persistent com.android.chrome +adb -s d54e946 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main