summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeremie Boulic <jboulic@google.com> 2025-02-10 05:01:09 +0000
committer Jeremie Boulic <jboulic@google.com> 2025-02-09 21:05:14 -0800
commit9ba40f3d1e184e71c841a97cc7bfe71e25c6c4fe (patch)
tree62f05d686ad1fdf2befbbaf6764cd965facf4132
parent45641e1ec92b5d330e7c8339393816d8ef9e48e6 (diff)
[DocsUI Peek] Add flag for Peek capability
Used for the development of the next generation preview capability in DocumentsUI. Intended to replace the current inspector activity. Bug:378569651 Flag: com.android.documentsui.flags.use_peek_preview Change-Id: Ifc82f9808617e3c4e03b3df6a932cf758570427f
-rw-r--r--flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/flags.aconfig b/flags.aconfig
index 55ee26b14..1c4369603 100644
--- a/flags.aconfig
+++ b/flags.aconfig
@@ -51,3 +51,10 @@ flag {
description: "Redirects GET_CONTENT requests to Photopicker when appropriate"
bug: "377771195"
}
+
+flag {
+ name: "use_peek_preview"
+ namespace: "documentsui"
+ description: "Enables the Peek previewing capability as a substitute for the Inspector."
+ bug: "373242058"
+}