Merge "Add LocaleNotificaiton feature flag" into main

This commit is contained in:
Allen Su
2023-08-29 10:21:46 +00:00
committed by Android (Google) Code Review
3 changed files with 16 additions and 9 deletions

View File

@@ -7,7 +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", "settings_globalintl_flag_declarations.aconfig",
], ],
} }

View File

@@ -0,0 +1,15 @@
package: "com.android.settings.flags"
flag {
name: "terms_of_address_enabled"
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"
}

View File

@@ -1,8 +0,0 @@
package: "com.android.settings.flags"
flag {
name: "terms_of_address_enabled"
namespace: "settings_localepicker"
description: "Feature flag for Terms of Address"
bug: "297798866"
}