diff --git a/clear_data.sh b/clear_data.sh index 7194a78..f903acb 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -275,4 +275,8 @@ adb -s emulator-5562 shell am start -n com.android.chrome/com.google.android.app #18 adb -s emulator-5558 shell pm clear com.android.chrome adb -s emulator-5558 shell am set-debug-app --persistent com.android.chrome -adb -s emulator-5558 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file +adb -s emulator-5558 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +adb -s emulator-5560 shell pm clear com.android.chrome +adb -s emulator-5560 shell am set-debug-app --persistent com.android.chrome +adb -s emulator-5560 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file