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

Commit 75711457 authored by Hani Kazmi's avatar Hani Kazmi Committed by Android (Google) Code Review
Browse files

Merge "Create responsible_apis flag file" into main

parents 2b221f88 f594b0a0
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -36,10 +36,3 @@ flag {
    description: "Collect sepolicy hash from sysfs"
    bug: "308471499"
}

flag {
    name: "extend_ecm_to_all_settings"
    namespace: "responsible_apis"
    description: "Allow all app settings to be restrictable via configuration"
    bug: "297372999"
}
+22 −0
Original line number Diff line number Diff line
package: "android.security"

flag {
    name: "extend_ecm_to_all_settings"
    namespace: "responsible_apis"
    description: "Allow all app settings to be restrictable via configuration"
    bug: "297372999"
}

flag {
    name: "asm_restrictions_enabled"
    namespace: "responsible_apis"
    description: "Enables ASM restrictions for activity starts and finishes"
    bug: "230590090"
}

flag {
    name: "asm_toasts_enabled"
    namespace: "responsible_apis"
    description: "Enables toasts when ASM restrictions are triggered"
    bug: "230590090"
}