1package: "com.android.settings.flags"
2container: "system"
3
4flag {
5    name: "remove_key_hide_enable_2g"
6    namespace: "cellular_security"
7    description: "Stop honoring CarrierConfigManager.KEY_HIDE_ENABLE_2G. Allow 2G toggle cannot be hidden from users by carriers."
8    bug: "300248708"
9}
10
11flag {
12    name: "is_dual_sim_onboarding_enabled"
13    namespace: "settings_experience"
14    description: "Control the Dual SIM onobarding feature"
15    bug: "298898436"
16}
17
18# OWNER=yomna TARGET=25Q2
19flag {
20    name: "mobile_network_security_2g_toggle"
21    namespace: "hardware_backed_security"
22    description: "Exposing 2G toggles in Mobile Network Security page"
23    bug: "355062720"
24}
25
26# OWNER=yomna TARGET=25Q2
27flag {
28    name: "add_security_algorithms_to_eng_menu"
29    namespace: "hardware_backed_security"
30    description: "Exposing security transparency features to field engineering menu"
31    bug: "355062720"
32}
33