summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Notification.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-09-09 16:44:01 -0700
committerDianne Hackborn <hackbod@google.com>2010-09-09 16:44:01 -0700
commit392fea53ece4c874997df33cfe564925a3736f35 (patch)
tree7ec078f846dd27f5f720215a3605c9d5dfdf9792 /core/java/android/app/Notification.java
parentee455f5a9572bc0d23c3328f6c22da91dc109a50 (diff)
downloadframeworks_base-392fea53ece4c874997df33cfe564925a3736f35.zip
frameworks_base-392fea53ece4c874997df33cfe564925a3736f35.tar.gz
frameworks_base-392fea53ece4c874997df33cfe564925a3736f35.tar.bz2
Fix doc of fullScreenIntent.
Change-Id: Ieb21bb92b4ebf95f831231f2871839fec8a97a86
Diffstat (limited to 'core/java/android/app/Notification.java')
-rw-r--r--core/java/android/app/Notification.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 63ad92a..856943d 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -111,9 +111,8 @@ public class Notification implements Parcelable
/**
* 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
+ * <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.