From 501b640ae0f79f0a5e1ce736f34da428a28aeca3 Mon Sep 17 00:00:00 2001 From: Aishwarya Mallampati Date: Wed, 6 Apr 2022 16:16:58 +0000 Subject: Revert "VoWifi notification for emergency calls" Revert "VoWifi notification for emergency calls" Revert submission 17034757-VoWifi_Emergency_Notification Reason for revert: QC updated the patches which needs to be reviewed. The issue is under discussion. Reverted Changes: Iaf52a642a:VoWifi notification for emergency calls I9e2a7ea4e:VoWifi Emergency Call Notification I494748118:VoWifi notification for emergency calls Change-Id: Ifb875960d427a38fd5f624bc45f849cf5d743e2f --- core/res/res/values/strings.xml | 4 ++-- .../android/internal/telephony/TelephonyIntents.java | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index c8202c5989b5..34bd2fbad576 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -234,9 +234,9 @@ Try changing preferred network. Tap to change. - Emergency calls may be unavailable + Emergency calling unavailable - %s doesn\'t support emergency calls over Wi-Fi. Tap for details. + Can\u2019t make emergency calls over Wi\u2011Fi Alerts diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index 546d2ce0e115..b905212a9100 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java +++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java @@ -424,24 +424,4 @@ public class TelephonyIntents { */ @Deprecated public static final String EXTRA_DEFAULT_NETWORK_AVAILABLE = "defaultNetworkAvailable"; - - /** - *

Broadcast sent to show Emergency notification due to Voice Over Wifi availability - * - *

- * You can not receive this through components declared - * in manifests, only by explicitly registering for it with - * {@link android.content.Context#registerReceiver(android.content.BroadcastReceiver, - * android.content.IntentFilter) Context.registerReceiver()}. - * - *

- * Requires no permission. - * - *

This is a protected intent that can only be sent - * by the system. - * - * @hide - */ - public static final String ACTION_VOWIFI_ENABLED - = "com.android.internal.telephony.ACTION_VOWIFI_ENABLED"; } -- cgit v1.2.3-59-g8ed1b