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

Commit 9dc4943e authored by Zoey Chen's avatar Zoey Chen
Browse files

[Terms of Address] Create a feature flag for it

Bug: 297798866
Test: adb shell device_config put settings_localepicker com.android.settings.flags.terms_of_address_enabled true
Change-Id: I1d954edfe99bb56fdd69a53ffafe5c8ed2b05da2
parent 27d709ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@ aconfig_declarations {
    package: "com.android.settings.flags",
    package: "com.android.settings.flags",
    srcs: [
    srcs: [
        "settings_connecteddevice_flag_declarations.aconfig",
        "settings_connecteddevice_flag_declarations.aconfig",
        "settings_localepicker_flag_declarations.aconfig",
    ],
    ],
}
}


+8 −0
Original line number Original line Diff line number Diff line
package: "com.android.settings.flags"

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