Files
app_Settings/aconfig/settings_telephony_flag_declarations.aconfig
SongFerng Wang 3d3159656c Add the flag to control the dual sim onboarding feature
Bug: 298898436
Bug: 298891941
Change-Id: I8ba94b6aab4056ce314d2d267cd79a5a6c1490e8
Test: Build pass
2023-12-13 07:15:47 +00:00

16 lines
443 B
Plaintext

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"
}
flag {
name: "is_dual_sim_onboarding_enabled"
namespace: "settings_experience"
description: "Control the Dual SIM onobarding feature"
bug: "298898436"
}