Loading core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6701,7 +6701,7 @@ package android.app { method @NonNull public android.app.Notification.Builder setExtras(android.os.Bundle); method @NonNull public android.app.Notification.Builder setFlag(int, boolean); method @NonNull public android.app.Notification.Builder setForegroundServiceBehavior(int); method @NonNull public android.app.Notification.Builder setFullScreenIntent(android.app.PendingIntent, boolean); method @NonNull @RequiresPermission(android.Manifest.permission.USE_FULL_SCREEN_INTENT) public android.app.Notification.Builder setFullScreenIntent(android.app.PendingIntent, boolean); method @NonNull public android.app.Notification.Builder setGroup(String); method @NonNull public android.app.Notification.Builder setGroupAlertBehavior(int); method @NonNull public android.app.Notification.Builder setGroupSummary(boolean); core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -5058,6 +5058,7 @@ public class Notification implements Parcelable * @see Notification#fullScreenIntent */ @NonNull @RequiresPermission(android.Manifest.permission.USE_FULL_SCREEN_INTENT) public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { mN.fullScreenIntent = intent; setFlag(FLAG_HIGH_PRIORITY, highPriority); Loading Loading
core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6701,7 +6701,7 @@ package android.app { method @NonNull public android.app.Notification.Builder setExtras(android.os.Bundle); method @NonNull public android.app.Notification.Builder setFlag(int, boolean); method @NonNull public android.app.Notification.Builder setForegroundServiceBehavior(int); method @NonNull public android.app.Notification.Builder setFullScreenIntent(android.app.PendingIntent, boolean); method @NonNull @RequiresPermission(android.Manifest.permission.USE_FULL_SCREEN_INTENT) public android.app.Notification.Builder setFullScreenIntent(android.app.PendingIntent, boolean); method @NonNull public android.app.Notification.Builder setGroup(String); method @NonNull public android.app.Notification.Builder setGroupAlertBehavior(int); method @NonNull public android.app.Notification.Builder setGroupSummary(boolean);
core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -5058,6 +5058,7 @@ public class Notification implements Parcelable * @see Notification#fullScreenIntent */ @NonNull @RequiresPermission(android.Manifest.permission.USE_FULL_SCREEN_INTENT) public Builder setFullScreenIntent(PendingIntent intent, boolean highPriority) { mN.fullScreenIntent = intent; setFlag(FLAG_HIGH_PRIORITY, highPriority); Loading