summaryrefslogtreecommitdiffstats
path: root/api/system-removed.txt
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2015-06-12 10:03:01 -0400
committerChris Wren <cwren@android.com>2015-06-15 08:22:05 -0400
commit965097321df7fd57a35f63365b1de26ddcf35214 (patch)
tree59a96e4f386d995524289d607e6450f4dc85e6ee /api/system-removed.txt
parent0463cad783e78381f390855d1cc9d7d8d803b634 (diff)
downloadframeworks_base-965097321df7fd57a35f63365b1de26ddcf35214.zip
frameworks_base-965097321df7fd57a35f63365b1de26ddcf35214.tar.gz
frameworks_base-965097321df7fd57a35f63365b1de26ddcf35214.tar.bz2
remove setLatestEventInfo
Bug: 18510449 Change-Id: I2f950b92a9c13fc29bf5642d44fd2fcce79e65fd
Diffstat (limited to 'api/system-removed.txt')
-rw-r--r--api/system-removed.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/system-removed.txt b/api/system-removed.txt
index 2e6c685..8eb2d8e 100644
--- a/api/system-removed.txt
+++ b/api/system-removed.txt
@@ -1,3 +1,11 @@
+package android.app {
+
+ public class Notification implements android.os.Parcelable {
+ method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
+ }
+
+}
+
package android.content.pm {
public class PackageInfo implements android.os.Parcelable {