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

Commit 6a482df3 authored by Achim Thesmann's avatar Achim Thesmann Committed by Android (Google) Code Review
Browse files

Merge "Add feature flags for responsible_apis namespace." into main

parents e6a7ab40 2be413ed
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
package: "com.android.window.flags"

flag {
    name: "bal_require_opt_in_by_pending_intent_creator"
    namespace: "responsible_apis"
    description: "Require the PendingIntent creator to opt in starting with Android 15"
    bug: "296478951"
}

flag {
    name: "bal_dont_bring_existing_background_task_stack_to_fg"
    namespace: "responsible_apis"
    description: "When starting a PendingIntent with ONLY creator privileges, don't bring the existing task stack to foreground"
    bug: "296478675"
}

flag {
    name: "bal_show_toasts"
    namespace: "responsible_apis"
    description: "Enable toasts to indicate (potential) BAL blocking."
    bug: "308059069"
}
 No newline at end of file