summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Notification.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-03-07 00:44:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-07 00:44:57 +0000
commit0e24f143edd81de6ca5a4ed998e26fbb78c5db28 (patch)
tree1e213cebfe477d7f8b84c5b7417fba13c594a209 /core/java/android/app/Notification.java
parent0c7ffe44184a5dd632b4a392e6ecd549a2f9dd45 (diff)
parentb9a5e4ad30c9add140fd13491419ae66e947809d (diff)
downloadframeworks_base-0e24f143edd81de6ca5a4ed998e26fbb78c5db28.zip
frameworks_base-0e24f143edd81de6ca5a4ed998e26fbb78c5db28.tar.gz
frameworks_base-0e24f143edd81de6ca5a4ed998e26fbb78c5db28.tar.bz2
Merge "Add new debug feature to automatically create heap dumps."
Diffstat (limited to 'core/java/android/app/Notification.java')
-rw-r--r--core/java/android/app/Notification.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 593585f..85a6aff 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -417,7 +417,6 @@ public class Notification implements Parcelable
* Bit to be bitwise-ored into the {@link #flags} field that should be
* set if the notification should be canceled when it is clicked by the
* user.
-
*/
public static final int FLAG_AUTO_CANCEL = 0x00000010;