diff options
author | Griff Hazen <griff@google.com> | 2014-02-11 12:00:00 -0800 |
---|---|---|
committer | Griff Hazen <griff@google.com> | 2014-02-11 12:00:00 -0800 |
commit | dfcb0803bf2087b6f56592f1e2731bbaa070cb82 (patch) | |
tree | 10a2c78ff02916784ede9bf99afdfd45f9210dc9 /api | |
parent | 1b51c9cb96fe2a0818289857a016521eed1ec183 (diff) | |
download | frameworks_base-dfcb0803bf2087b6f56592f1e2731bbaa070cb82.zip frameworks_base-dfcb0803bf2087b6f56592f1e2731bbaa070cb82.tar.gz frameworks_base-dfcb0803bf2087b6f56592f1e2731bbaa070cb82.tar.bz2 |
Add local-only option to Notification (using flag)
Change-Id: Ic6d2f3b0cf06b58c0afa2af0fa6b245124424223
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 5ea50d7..42a96a7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3952,6 +3952,7 @@ package android.app { field public static final int FLAG_FOREGROUND_SERVICE = 64; // 0x40 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80 field public static final int FLAG_INSISTENT = 4; // 0x4 + field public static final int FLAG_LOCAL_ONLY = 256; // 0x100 field public static final int FLAG_NO_CLEAR = 32; // 0x20 field public static final int FLAG_ONGOING_EVENT = 2; // 0x2 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8 @@ -4032,6 +4033,7 @@ package android.app { method public android.app.Notification.Builder setFullScreenIntent(android.app.PendingIntent, boolean); method public android.app.Notification.Builder setLargeIcon(android.graphics.Bitmap); method public android.app.Notification.Builder setLights(int, int, int); + method public android.app.Notification.Builder setLocalOnly(boolean); method public android.app.Notification.Builder setNumber(int); method public android.app.Notification.Builder setOngoing(boolean); method public android.app.Notification.Builder setOnlyAlertOnce(boolean); |