Merge "[Terms of Address] Create a feature flag for it" into main

This commit is contained in:
Treehugger Robot
2023-08-28 12:54:30 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ aconfig_declarations {
package: "com.android.settings.flags",
srcs: [
"settings_connecteddevice_flag_declarations.aconfig",
"settings_localepicker_flag_declarations.aconfig",
],
}

View 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"
}