summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2010-09-03 15:18:39 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2010-09-03 15:18:39 -0700
commit6a3ffb5beeb6d88c5c1916bef60265f73f9e1822 (patch)
tree70af6e68443494e8b39e64646bc7c2e9b0b4d665
parentfd3f44b38882c74c10aff0e238ee4ad9fcd8b724 (diff)
parentdf3a0f50c3480911e366c8c0781b0463fe063e82 (diff)
am df3a0f50: Merge "Improve doc." into gingerbread
Merge commit 'df3a0f50c3480911e366c8c0781b0463fe063e82' into gingerbread-plus-aosp * commit 'df3a0f50c3480911e366c8c0781b0463fe063e82': Improve doc.
-rw-r--r--core/java/android/app/Notification.java9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 5525ce3d85af..63ad92a3b41e 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -109,9 +109,14 @@ public class Notification implements Parcelable
public PendingIntent deleteIntent;
/**
- * An intent to launch instead of posting the notification to the status bar. Only for use with
- * extremely high-priority notifications demanding the user's attention, such as an incoming
+ * An intent to launch instead of posting the notification to the status bar.
+ * Only for use with extremely high-priority notifications demanding the user's
+ * <strong>immediate</strong>attention, such as an incoming phone call or
+ * alarm clock that the user has explicitly set to a particular time.
* call (handled in the core Android Phone app with a full-screen Activity).
+ * If this facility is used for something else, please give the user an option
+ * to turn it off and use a normal notification, as this can be extremely
+ * disruptive.
*/
public PendingIntent fullScreenIntent;