From 4a342c3cf44c653aa503400a894ea1afaecba4c0 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 21 Sep 2022 23:39:49 +0200 Subject: [PATCH] add xiaomi tel --- clear_data.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clear_data.sh b/clear_data.sh index 86f813b..84fd01b 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -64,3 +64,8 @@ adb -s 774687ff shell am start -n com.android.chrome/com.google.android.apps.chr adb -s ffa9b2bc shell pm clear com.android.chrome adb -s ffa9b2bc shell am set-debug-app --persistent com.android.chrome adb -s ffa9b2bc shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#xiao mi +adb -s e08f0a85 shell pm clear com.android.chrome +adb -s e08f0a85 shell am set-debug-app --persistent com.android.chrome +adb -s e08f0a85 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main