From 8fcaff1b4152ae58a63c649637c1eadeb07c7e74 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 30 Jan 2025 23:35:14 -0800 Subject: Cleaned up the flag enable_modem_cipher_transparency Cleaned up the 24Q3 flag enable_modem_cipher_transparency Bug: 283336425 Test: Basic telephony functionality tests Test: atest FrameworksTelephonyTests Flag: EXEMPT removing flag Change-Id: If91a30abbef0c600c2b63ec38f24b7e689b42474 --- telephony/java/android/telephony/TelephonyManager.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'telephony') diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 73ea68bc3547..504605d0a1a2 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -19432,7 +19432,6 @@ public class TelephonyManager { * and integrity algorithms in use * @hide */ - @FlaggedApi(Flags.FLAG_ENABLE_MODEM_CIPHER_TRANSPARENCY) @RequiresPermission(Manifest.permission.MODIFY_PHONE_STATE) @SystemApi public void setNullCipherNotificationsEnabled(boolean enable) { @@ -19459,7 +19458,6 @@ public class TelephonyManager { * and integrity algorithms in use * @hide */ - @FlaggedApi(Flags.FLAG_ENABLE_MODEM_CIPHER_TRANSPARENCY) @RequiresPermission(Manifest.permission.READ_PRIVILEGED_PHONE_STATE) @SystemApi public boolean isNullCipherNotificationsEnabled() { -- cgit v1.2.3-59-g8ed1b