From 92290609cc504f5251dc5eef1f295084f7df3ce1 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Sat, 10 Sep 2022 15:20:15 +0200 Subject: [PATCH] add xiao mi tel --- clear_data.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clear_data.sh b/clear_data.sh index 9900ce0..f50d795 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -21,3 +21,8 @@ adb -s 47e7e36b shell am start -n com.android.chrome/com.google.android.apps.chr adb -s 751005221815 shell pm clear com.android.chrome adb -s 751005221815 shell am set-debug-app --persistent com.android.chrome adb -s 751005221815 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#xiaomi tab +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