diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 2215c265cc1a6..bf155cc756c45 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -222,9 +222,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"; }