Add feature flag for removal of KEY_HIDE_ENABLE_2G
This flag will guard soft removal of the logic to honor the CarrierConfigManager.KEY_HIDE_ENABLE_2G API. Bug: 300248708 Test: m Settings Change-Id: I6a0e94f7208a4f148a3758b327fcd4990175038b
This commit is contained in:
@@ -10,6 +10,7 @@ aconfig_declarations {
|
||||
"settings_globalintl_flag_declarations.aconfig",
|
||||
"settings_apn_flag_declarations.aconfig",
|
||||
"settings_onboarding_experience_flag_declarations.aconfig",
|
||||
"settings_telephony_flag_declarations.aconfig",
|
||||
],
|
||||
}
|
||||
|
||||
|
8
aconfig/settings_telephony_flag_declarations.aconfig
Normal file
8
aconfig/settings_telephony_flag_declarations.aconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
package: "com.android.settings.flags"
|
||||
|
||||
flag {
|
||||
name: "remove_key_hide_enable_2g"
|
||||
namespace: "cellular_security"
|
||||
description: "Stop honoring CarrierConfigManager.KEY_HIDE_ENABLE_2G. Allow 2G toggle cannot be hidden from users by carriers."
|
||||
bug: "300248708"
|
||||
}
|
Reference in New Issue
Block a user