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

Commit 0570db2b authored by Matt Casey's avatar Matt Casey
Browse files

Add flags for chooser APIs

Bug: 263474465
Bug: 318942069
Test: N/A
Change-Id: I91a973030b6acb2eef0a0b4926a127850abb06dd
parent 60fdaef6
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -7,6 +7,13 @@ flag {
  bug: "323380224"
}

flag {
    name: "enable_sharesheet_metadata_extra"
    namespace: "intentresolver"
    description: "This flag enables sharesheet metadata to be displayed to users."
    bug: "318942069"
}

flag {
  name: "support_nfc_resolver"
  namespace: "systemui"
@@ -20,3 +27,10 @@ flag {
  description: "This flag controls content toggling in Chooser"
  bug: "302691505"
}

flag {
  name: "enable_chooser_result"
  namespace: "intentresolver"
  description: "Provides additional callbacks with information about user actions in ChooserResult"
  bug: "263474465"
}