Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -5312,6 +5312,7 @@ package android.app { method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.app.Notification.Action> CREATOR; field public static final int SEMANTIC_ACTION_ARCHIVE = 5; // 0x5 field public static final int SEMANTIC_ACTION_CALL = 10; // 0xa field public static final int SEMANTIC_ACTION_DELETE = 4; // 0x4 field public static final int SEMANTIC_ACTION_MARK_AS_READ = 2; // 0x2 field public static final int SEMANTIC_ACTION_MARK_AS_UNREAD = 3; // 0x3 core/java/android/app/Notification.java +6 −1 Original line number Diff line number Diff line Loading @@ -1332,6 +1332,10 @@ public class Notification implements Parcelable */ public static final int SEMANTIC_ACTION_THUMBS_DOWN = 9; /** * {@code SemanticAction}: Call a contact, group, etc. */ public static final int SEMANTIC_ACTION_CALL = 10; private final Bundle mExtras; private Icon mIcon; Loading Loading @@ -1946,7 +1950,8 @@ public class Notification implements Parcelable SEMANTIC_ACTION_MUTE, SEMANTIC_ACTION_UNMUTE, SEMANTIC_ACTION_THUMBS_UP, SEMANTIC_ACTION_THUMBS_DOWN SEMANTIC_ACTION_THUMBS_DOWN, SEMANTIC_ACTION_CALL }) @Retention(RetentionPolicy.SOURCE) public @interface SemanticAction {} Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -5312,6 +5312,7 @@ package android.app { method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator<android.app.Notification.Action> CREATOR; field public static final int SEMANTIC_ACTION_ARCHIVE = 5; // 0x5 field public static final int SEMANTIC_ACTION_CALL = 10; // 0xa field public static final int SEMANTIC_ACTION_DELETE = 4; // 0x4 field public static final int SEMANTIC_ACTION_MARK_AS_READ = 2; // 0x2 field public static final int SEMANTIC_ACTION_MARK_AS_UNREAD = 3; // 0x3
core/java/android/app/Notification.java +6 −1 Original line number Diff line number Diff line Loading @@ -1332,6 +1332,10 @@ public class Notification implements Parcelable */ public static final int SEMANTIC_ACTION_THUMBS_DOWN = 9; /** * {@code SemanticAction}: Call a contact, group, etc. */ public static final int SEMANTIC_ACTION_CALL = 10; private final Bundle mExtras; private Icon mIcon; Loading Loading @@ -1946,7 +1950,8 @@ public class Notification implements Parcelable SEMANTIC_ACTION_MUTE, SEMANTIC_ACTION_UNMUTE, SEMANTIC_ACTION_THUMBS_UP, SEMANTIC_ACTION_THUMBS_DOWN SEMANTIC_ACTION_THUMBS_DOWN, SEMANTIC_ACTION_CALL }) @Retention(RetentionPolicy.SOURCE) public @interface SemanticAction {} Loading