diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index d5fc14eeb56e5..8aed76f0a8391 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -234,9 +234,9 @@
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"; }