From 9ba40f3d1e184e71c841a97cc7bfe71e25c6c4fe Mon Sep 17 00:00:00 2001 From: Jeremie Boulic Date: Mon, 10 Feb 2025 05:01:09 +0000 Subject: [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 --- flags.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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" +} -- cgit v1.2.3-59-g8ed1b