summaryrefslogtreecommitdiff
path: root/flags.aconfig
diff options
context:
space:
mode:
author Ben Reich <benreich@google.com> 2025-02-28 21:16:42 +1100
committer Ben Reich <benreich@google.com> 2025-02-28 21:16:42 +1100
commit009e3b3f92386e4f3a583a054683fba49355582a (patch)
tree485e1202e1b603a76cdc34128688759da020c67e /flags.aconfig
parent185a8dd97dd05df6fdcc605df7db2a69d5564c40 (diff)
Remove redirect_get_content and add read-only variant
Turns out when I added this flag initially I forgot the is_fixed_read_only property. This has inadvertently caused the AndroidManifest.xml to retain the key android:featureFlag against the TrampolineActivity. When I change it to read-only, it actually compiles the property out of the AndroidManifest and retains one or the other. Unfortunately flags which incorrectly set this property can't be updated, they have to be abandoned. So let's use redirect_get_content_ro to fix this mishap. http://ag/32017425 is rolling the existing flag back, so will submit this CL once that has landed. Bug: 377771195 Flag: com.android.documentsui.flags.redirect_get_content_ro Test: atest com.android.documentsui.picker.TrampolineActivityTest Change-Id: I4e41c0ab87ebc59272faef5351fefddbf5873654
Diffstat (limited to 'flags.aconfig')
-rw-r--r--flags.aconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/flags.aconfig b/flags.aconfig
index 560d791b4..165253b1e 100644
--- a/flags.aconfig
+++ b/flags.aconfig
@@ -45,10 +45,11 @@ flag {
}
flag {
- name: "redirect_get_content"
+ name: "redirect_get_content_ro"
namespace: "documentsui"
description: "Redirects GET_CONTENT requests to Photopicker when appropriate"
bug: "377771195"
+ is_fixed_read_only: true
}
flag {