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

Commit 1a6ebcc9 authored by Achim Thesmann's avatar Achim Thesmann
Browse files

Create feature flag bal_send_intent_with_options

New feature flag to guard making the existing hidden API
IntentSender.sendIntent public.

Test: compile
Bug: 339720406
Flag: com.android.window.flags.bal_send_intent_with_options
Change-Id: I70607bf0771de1ff204f0e56937555b039bc0c15
parent fef2c638
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -56,3 +56,11 @@ flag {
    description: "Improved metrics."
    bug: "339245692"
}

flag {
    name: "bal_send_intent_with_options"
    namespace: "responsible_apis"
    description: "Add options parameter to IntentSender.sendIntent."
    bug: "339720406"
}