summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-02 16:32:45 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-02 16:32:45 -0800
commit0401dae0419de0454eda654cb6c5ada50d6790a5 (patch)
tree86c2fd8085f0244bdc21443309382f9a6ee6cac0 /tests
parentb268bdd67ec4da8847f8e17bf07ea7cb4db007cf (diff)
parent009e3b3f92386e4f3a583a054683fba49355582a (diff)
Merge "Remove redirect_get_content and add read-only variant" into main
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/com/android/documentsui/TrampolineActivityTest.kt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/com/android/documentsui/TrampolineActivityTest.kt b/tests/functional/com/android/documentsui/TrampolineActivityTest.kt
index 76d703701..6bf0975ad 100644
--- a/tests/functional/com/android/documentsui/TrampolineActivityTest.kt
+++ b/tests/functional/com/android/documentsui/TrampolineActivityTest.kt
@@ -30,7 +30,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.By
import androidx.test.uiautomator.UiDevice
import androidx.test.uiautomator.Until
-import com.android.documentsui.flags.Flags.FLAG_REDIRECT_GET_CONTENT
+import com.android.documentsui.flags.Flags.FLAG_REDIRECT_GET_CONTENT_RO
import com.android.documentsui.picker.TrampolineActivity
import java.util.Optional
import java.util.regex.Pattern
@@ -79,7 +79,7 @@ class TrampolineActivityTest() {
}
@RunWith(Parameterized::class)
- @RequiresFlagsEnabled(FLAG_REDIRECT_GET_CONTENT)
+ @RequiresFlagsEnabled(FLAG_REDIRECT_GET_CONTENT_RO)
class ShouldLaunchCorrectPackageTest {
enum class AppType {
PHOTOPICKER,
@@ -203,7 +203,7 @@ class TrampolineActivityTest() {
}
@RunWith(AndroidJUnit4::class)
- @RequiresFlagsEnabled(FLAG_REDIRECT_GET_CONTENT)
+ @RequiresFlagsEnabled(FLAG_REDIRECT_GET_CONTENT_RO)
class RedirectTest {
@get:Rule
val checkFlagsRule: CheckFlagsRule = DeviceFlagsValueProvider.createCheckFlagsRule()