am 749d66b8: Merge "remove setLatestEventInfo" into mnc-dev
* commit '749d66b82fcfa82649536d2a0739a1a84edc0400': remove setLatestEventInfo
This commit is contained in:
@@ -4729,7 +4729,6 @@ package android.app {
|
|||||||
method public android.graphics.drawable.Icon getLargeIcon();
|
method public android.graphics.drawable.Icon getLargeIcon();
|
||||||
method public android.graphics.drawable.Icon getSmallIcon();
|
method public android.graphics.drawable.Icon getSmallIcon();
|
||||||
method public java.lang.String getSortKey();
|
method public java.lang.String getSortKey();
|
||||||
method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
|
|
||||||
method public void writeToParcel(android.os.Parcel, int);
|
method public void writeToParcel(android.os.Parcel, int);
|
||||||
field public static final android.media.AudioAttributes AUDIO_ATTRIBUTES_DEFAULT;
|
field public static final android.media.AudioAttributes AUDIO_ATTRIBUTES_DEFAULT;
|
||||||
field public static final java.lang.String CATEGORY_ALARM = "alarm";
|
field public static final java.lang.String CATEGORY_ALARM = "alarm";
|
||||||
|
|||||||
@@ -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 {
|
package android.content.pm {
|
||||||
|
|
||||||
public class PackageInfo implements android.os.Parcelable {
|
public class PackageInfo implements android.os.Parcelable {
|
||||||
|
|||||||
@@ -4831,7 +4831,6 @@ package android.app {
|
|||||||
method public android.graphics.drawable.Icon getLargeIcon();
|
method public android.graphics.drawable.Icon getLargeIcon();
|
||||||
method public android.graphics.drawable.Icon getSmallIcon();
|
method public android.graphics.drawable.Icon getSmallIcon();
|
||||||
method public java.lang.String getSortKey();
|
method public java.lang.String getSortKey();
|
||||||
method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
|
|
||||||
method public void writeToParcel(android.os.Parcel, int);
|
method public void writeToParcel(android.os.Parcel, int);
|
||||||
field public static final android.media.AudioAttributes AUDIO_ATTRIBUTES_DEFAULT;
|
field public static final android.media.AudioAttributes AUDIO_ATTRIBUTES_DEFAULT;
|
||||||
field public static final java.lang.String CATEGORY_ALARM = "alarm";
|
field public static final java.lang.String CATEGORY_ALARM = "alarm";
|
||||||
|
|||||||
@@ -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 {
|
package android.content.pm {
|
||||||
|
|
||||||
public class PackageInfo implements android.os.Parcelable {
|
public class PackageInfo implements android.os.Parcelable {
|
||||||
|
|||||||
@@ -1749,6 +1749,7 @@ public class Notification implements Parcelable
|
|||||||
* Stack</a> document.
|
* Stack</a> document.
|
||||||
*
|
*
|
||||||
* @deprecated Use {@link Builder} instead.
|
* @deprecated Use {@link Builder} instead.
|
||||||
|
* @removed
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void setLatestEventInfo(Context context,
|
public void setLatestEventInfo(Context context,
|
||||||
|
|||||||
Reference in New Issue
Block a user