From d6f8c58f601cd731717e47ce32aa4e53917a948f Mon Sep 17 00:00:00 2001 From: yomna Date: Mon, 28 Oct 2024 16:47:49 +0000 Subject: [PATCH] Add flags for cell security features in Settings Bug: 355062720 Test: m Flag: com.android.settings.flags.mobile_network_security_2g Flag: com.android.settings.flags.add_security_transparency_to_eng_menu Change-Id: I529b68d1fbcc75d19925654dbd0e0c8d56a69548 --- .../settings_telephony_flag_declarations.aconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/aconfig/settings_telephony_flag_declarations.aconfig b/aconfig/settings_telephony_flag_declarations.aconfig index dab1b45b548..0279125f074 100644 --- a/aconfig/settings_telephony_flag_declarations.aconfig +++ b/aconfig/settings_telephony_flag_declarations.aconfig @@ -14,3 +14,19 @@ flag { description: "Control the Dual SIM onobarding feature" bug: "298898436" } + +# OWNER=yomna TARGET=25Q2 +flag { + name: "mobile_network_security_2g" + namespace: "cellular_security" + description: "Exposing 2G toggles in Mobile Network Security page" + bug: "355062720" +} + +# OWNER=yomna TARGET=25Q2 +flag { + name: "add_security_transparency_to_eng_menu" + namespace: "cellular_security" + description: "Exposing security transparency features to field engineering menu" + bug: "355062720" +}