From ff986f338d1ea515a00d3d10f3533349b4a88aa3 Mon Sep 17 00:00:00 2001 From: Allen Su Date: Thu, 12 Oct 2023 09:16:59 +0000 Subject: [PATCH] Rename namespace to globalintl Bug: 301380610 Bug: 292155080 Test: adb shell device_config put globalintl com.android.settings.flags.locale_notification_enabled true adb shell device_config put globalintl com.android.settings.flags.terms_of_address_enabled true Change-Id: I36d879e0121bd033d2b39189026b8cfe032e9fcf --- aconfig/settings_globalintl_flag_declarations.aconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aconfig/settings_globalintl_flag_declarations.aconfig b/aconfig/settings_globalintl_flag_declarations.aconfig index 3740dd33487..68662d0b921 100644 --- a/aconfig/settings_globalintl_flag_declarations.aconfig +++ b/aconfig/settings_globalintl_flag_declarations.aconfig @@ -2,14 +2,14 @@ package: "com.android.settings.flags" flag { name: "terms_of_address_enabled" - namespace: "settings_globalintl" + namespace: "globalintl" description: "Feature flag for Terms of Address" bug: "297798866" } flag { name: "locale_notification_enabled" - namespace: "settings_globalintl" + namespace: "globalintl" description: "Feature flag for locale notification" - bug: "248514263" + bug: "301380610" }