From 4554f30c834723db6946400bf1827be4419a3134 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 10 Jul 2009 17:30:50 -0700 Subject: CLOSE_SYSTEM_DIALOGS can't be protected. --- core/java/android/content/Intent.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/java/android/content/Intent.java') diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 7615614..9202b9a 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"; /** -- cgit v1.1