diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 80d7afe49c078..54d2e76a86b6e 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1202,9 +1202,6 @@ public class Intent implements Parcelable { * Broadcast Action: This is broadcast when a user action should request a * temporary system dialog to dismiss. Some examples of temporary system * dialogs are the notification window-shade and the recent tasks dialog. - * - *

This is a protected intent that can only be sent - * by the system. */ public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALOGS"; /** diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index dfa26f3a95101..027fb2314af0f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -32,7 +32,6 @@ -