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