Change to not auto close Google Play crash dialog by default

User should config the auto close from afw-test.props

Change-Id: Ib18c848cac41aca858eeb24184015adb91d8e2a6
diff --git a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
index f4b7f3e..50ec0de 100644
--- a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
+++ b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
@@ -142,7 +142,6 @@
     private AfwTestUiWatcher(UiDevice uiDevice) throws Exception {
         mUiDevice = uiDevice;
         mAppCrashWhitelist = new ArrayList<String>();
-        mAppCrashWhitelist.add("Google Play services");
         mAppCrashWhitelist.addAll(TestConfig.getDefault().getAppCrashWhitelist());
     }