summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2015-06-24 15:18:34 -0400
committerChris Wren <cwren@android.com>2015-06-24 15:18:34 -0400
commita05db3816b4e29790aed9de9ef1cf4b2d0b616c9 (patch)
treef6a535f81b8476e9226361d334723cfa48377ae0 /api/removed.txt
parentf1b25bd43464b2603da98ce5f03f41d9819d2374 (diff)
downloadframeworks_base-a05db3816b4e29790aed9de9ef1cf4b2d0b616c9.zip
frameworks_base-a05db3816b4e29790aed9de9ef1cf4b2d0b616c9.tar.gz
frameworks_base-a05db3816b4e29790aed9de9ef1cf4b2d0b616c9.tar.bz2
remove setLatestEventInfo
This has been deprecated since API 11. Bug: 18510449 Change-Id: Ibd052572aa8c332daf5f6a604afe1925e8998a2b
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 2e6c685..8eb2d8e 100644
--- a/api/removed.txt
+++ b/api/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 {