summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-12 21:56:02 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-07-12 21:56:02 -0700
commit602bee5bf2a4f688b050077291288b473a7cc6db (patch)
tree35bbd76ae1d7b874c9ade5b566a3034c2e21519b /core/java/android/content/Intent.java
parent5b93050d484e602f5e716f60a33e7e4dc4619e0b (diff)
parentcf29e116129f38309c18ba14b9893b079a712289 (diff)
downloadframeworks_base-602bee5bf2a4f688b050077291288b473a7cc6db.zip
frameworks_base-602bee5bf2a4f688b050077291288b473a7cc6db.tar.gz
frameworks_base-602bee5bf2a4f688b050077291288b473a7cc6db.tar.bz2
am cf29e116: Merge change 6867 into donut
Merge commit 'cf29e116129f38309c18ba14b9893b079a712289' * commit 'cf29e116129f38309c18ba14b9893b079a712289': CLOSE_SYSTEM_DIALOGS can't be protected.
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 80d7afe..54d2e76 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.
- *
- * <p class="note">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";
/**