Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ba40f3d authored by Jeremie Boulic's avatar Jeremie Boulic
Browse files

[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
parent 45641e1e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"
}