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

Commit 68497a64 authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "Add flags for chooser APIs" into main

parents 4971c170 0570db2b
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"
}