From 4554f30c834723db6946400bf1827be4419a3134 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 10 Jul 2009 17:30:50 -0700 Subject: [PATCH] CLOSE_SYSTEM_DIALOGS can't be protected. --- core/java/android/content/Intent.java | 3 --- core/res/AndroidManifest.xml | 1 - 2 files changed, 4 deletions(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 76156147b0d5a..9202b9ad39618 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 e964cda8ed4e8..00d9cf6152e49 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -32,7 +32,6 @@ -