diff options
author | Jose Lima <joselima@google.com> | 2014-05-18 23:44:50 -0700 |
---|---|---|
committer | Jose Lima <joselima@google.com> | 2014-05-21 20:52:57 -0700 |
commit | e9e3b3b919185fd0dc797c1699e762fa32db59f9 (patch) | |
tree | 5d71e8859348cbacacc9f6cf7371565fb4c770a0 /api | |
parent | aaddbe20e38b5698f5d375a3df5c6ee8aa71906e (diff) | |
download | frameworks_base-e9e3b3b919185fd0dc797c1699e762fa32db59f9.zip frameworks_base-e9e3b3b919185fd0dc797c1699e762fa32db59f9.tar.gz frameworks_base-e9e3b3b919185fd0dc797c1699e762fa32db59f9.tar.bz2 |
Added Notification.EXTRA_BACKGROUND_IMAGE_URI
Added new EXTRA field to notification to be used to specify
an image that can be displayed to the user when the notification
is selected.
Change-Id: I3f79cf363d885fe2742e74a7d29d7e22ea1e6f60
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 4a32b83..2a69c16 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4452,6 +4452,7 @@ package android.app { field public static final int DEFAULT_LIGHTS = 4; // 0x4 field public static final int DEFAULT_SOUND = 1; // 0x1 field public static final int DEFAULT_VIBRATE = 2; // 0x2 + field public static final java.lang.String EXTRA_BACKGROUND_IMAGE_URI = "android.backgroundImageUri"; field public static final java.lang.String EXTRA_INFO_TEXT = "android.infoText"; field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon"; field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big"; |