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

Commit 08032ea3 authored by Allen Su's avatar Allen Su Committed by Android (Google) Code Review
Browse files

Merge "Add LocaleNotificaiton feature flag" into main

parents de231200 bce9d2a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ aconfig_declarations {
    package: "com.android.settings.flags",
    srcs: [
        "settings_connecteddevice_flag_declarations.aconfig",
        "settings_localepicker_flag_declarations.aconfig",
        "settings_globalintl_flag_declarations.aconfig",
    ],
}

+15 −0
Original line number Diff line number Diff line
@@ -2,7 +2,14 @@ package: "com.android.settings.flags"

flag {
    name: "terms_of_address_enabled"
    namespace: "settings_localepicker"
    namespace: "settings_globalintl"
    description: "Feature flag for Terms of Address"
    bug: "297798866"
}

flag {
    name: "locale_notification_enabled"
    namespace: "settings_globalintl"
    description: "Feature flag for locale notification"
    bug: "248514263"
}