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

Commit 0e51224d authored by Joy Babafemi's avatar Joy Babafemi
Browse files

Make configurable_selector_ui_enabled flag exported

Bug: 329311626
Change-Id: Iebe472f1247ecc13e53bcdc962ffe8b67f65ae28
parent 4086d030
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -701,6 +701,7 @@ aconfig_declarations {
    name: "android.credentials.flags-aconfig",
    package: "android.credentials.flags",
    srcs: ["core/java/android/credentials/flags.aconfig"],
    exportable: true,
}

java_aconfig_library {
@@ -709,6 +710,13 @@ java_aconfig_library {
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
}

java_aconfig_library {
    name: "android.credentials.flags-aconfig-java-export",
    aconfig_declarations: "android.credentials.flags-aconfig",
    defaults: ["framework-minus-apex-aconfig-java-defaults"],
    mode: "exported",
}

// Content Protection
aconfig_declarations {
    name: "android.view.contentprotection.flags-aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ flag {
    name: "configurable_selector_ui_enabled"
    description: "Enables OEM configurable Credential Selector UI"
    bug: "319448437"
    is_exported: true
}

flag {