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
This commit is contained in:
Allen Su
2023-10-12 09:16:59 +00:00
parent 4b453bad21
commit ff986f338d

View File

@@ -2,14 +2,14 @@ package: "com.android.settings.flags"
flag { flag {
name: "terms_of_address_enabled" name: "terms_of_address_enabled"
namespace: "settings_globalintl" namespace: "globalintl"
description: "Feature flag for Terms of Address" description: "Feature flag for Terms of Address"
bug: "297798866" bug: "297798866"
} }
flag { flag {
name: "locale_notification_enabled" name: "locale_notification_enabled"
namespace: "settings_globalintl" namespace: "globalintl"
description: "Feature flag for locale notification" description: "Feature flag for locale notification"
bug: "248514263" bug: "301380610"
} }