diff --git a/clear_data.sh b/clear_data.sh index f8b9611..64d0f69 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -96,4 +96,9 @@ adb -s 2140c70c shell am start -n com.android.chrome/com.google.android.apps.chr #asus zenfone 3 adb -s G7AZCY07H415CT3 shell pm clear com.android.chrome adb -s G7AZCY07H415CT3 shell am set-debug-app --persistent com.android.chrome -adb -s G7AZCY07H415CT3 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file +adb -s G7AZCY07H415CT3 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#asus oneplus 8 T +adb -s 07fbd156 shell pm clear com.android.chrome +adb -s 07fbd156 shell am set-debug-app --persistent com.android.chrome +adb -s 07fbd156 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file