Use new bulk dialog string

Test: atest ExternalStorageHostTest
BUG: 151133615

Change-Id: I3700b242d7e452ef8aea5c3c3db1df0fcc6cbf0a
diff --git a/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/MediaStorageTest.java b/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/MediaStorageTest.java
index 61f342c..0886269 100644
--- a/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/MediaStorageTest.java
+++ b/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/MediaStorageTest.java
@@ -473,8 +473,7 @@
 
         // Some dialogs may have granted access automatically, so we're willing
         // to keep rolling forward if we can't find our grant button
-        final UiSelector grant = new UiSelector()
-                .textMatches("(Allow|Change|Move to trash|Move out of trash|Delete)");
+        final UiSelector grant = new UiSelector().textMatches("Allow");
         if (new UiObject(grant).waitForExists(2_000)) {
             device.findObject(grant).click();
         }