diff options
Diffstat (limited to 'api/system-removed.txt')
-rw-r--r-- | api/system-removed.txt | 8 |
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 { |