diff --git a/clear_data.bat b/clear_data.bat index 50fdb09..f4d1012 100644 --- a/clear_data.bat +++ b/clear_data.bat @@ -241,3 +241,8 @@ adb -s QMKNW17415015350 shell am start -n com.android.chrome/com.google.android. adb -s 4b99c21 shell pm clear com.android.chrome adb -s 4b99c21 shell am set-debug-app --persistent com.android.chrome adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#huawei mate 8 +adb -s APU7N16321020182 shell pm clear com.android.chrome +adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome +adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file diff --git a/clear_data.sh b/clear_data.sh index e6a42d1..e5a1874 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -161,4 +161,9 @@ adb -s QMKNW17415015350 shell am start -n com.android.chrome/com.google.android. #oppo a57 adb -s 4b99c21 shell pm clear com.android.chrome adb -s 4b99c21 shell am set-debug-app --persistent com.android.chrome -adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file +adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#huawei mate 8 +adb -s APU7N16321020182 shell pm clear com.android.chrome +adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome +adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file