[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
This commit is contained in:
@@ -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
aconfig/settings_localepicker_flag_declarations.aconfig
Normal file
8
aconfig/settings_localepicker_flag_declarations.aconfig
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package: "com.android.settings.flags"
|
||||||
|
|
||||||
|
flag {
|
||||||
|
name: "terms_of_address_enabled"
|
||||||
|
namespace: "settings_localepicker"
|
||||||
|
description: "Feature flag for Terms of Address"
|
||||||
|
bug: "297798866"
|
||||||
|
}
|
Reference in New Issue
Block a user