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

Commit 988b90ae authored by Matt Casey's avatar Matt Casey
Browse files

Restore deleted chooser API flags.

They were removed in flag cleanup, but per
go/android-flags-guidelines#how-to-delete-a-flag they should not have
been removed because they are exported.

Bug: 354089228
Test: N/A
Flag: EXEMPT just restoring definitions.
Change-Id: I2b4f40196e32c9b9c93aeb119903e480155abd0d
parent 6990f576
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
package: "android.service.chooser"
container: "system"

flag {
  name: "chooser_album_text"
  is_exported: true
  namespace: "intentresolver"
  description: "Flag controlling the album text subtype hint for sharesheet"
  bug: "323380224"
}

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

flag {
  name: "chooser_payload_toggling"
  is_exported: true