From 72c320aefc6c19685c735bf55449dfa164d01f40 Mon Sep 17 00:00:00 2001 From: Mady Mellor Date: Tue, 1 Jun 2021 14:16:04 -0700 Subject: Remove doc saying setSuppressNotification requires being in foreground ag/13330774 removed the requirement & added tests; this updates the javadoc around it. Bug: 189175840 Test: treehugger Change-Id: I5c8fc35607c79a6e70e8245d8662d66d5e884fa1 --- core/java/android/app/Notification.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'core/java/android/app/Notification.java') diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 432d99d80b89..da02e26514af 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -9782,10 +9782,6 @@ public class Notification implements Parcelable *

Apps sending bubbles may set this flag so that the bubble is posted without * the associated notification in the notification shade.

* - *

Apps sending bubbles can only apply this flag when the app is in the foreground, - * otherwise the flag is not respected. The app is considered foreground if it is visible - * and on the screen, note that a foreground service does not qualify.

- * *

Generally this flag should only be set by the app if the user has performed an * action to request or create a bubble, or if the user has seen the content in the * notification and the notification is no longer relevant.

@@ -9936,10 +9932,6 @@ public class Notification implements Parcelable *

Apps sending bubbles may set this flag so that the bubble is posted without * the associated notification in the notification shade.

* - *

Apps sending bubbles can only apply this flag when the app is in the foreground, - * otherwise the flag is not respected. The app is considered foreground if it is visible - * and on the screen, note that a foreground service does not qualify.

- * *

Generally the app should only set this flag if the user has performed an * action to request or create a bubble, or if the user has seen the content in the * notification and the notification is no longer relevant.

@@ -10325,11 +10317,6 @@ public class Notification implements Parcelable * Sets whether the bubble will be posted without the associated notification in * the notification shade. * - *

This flag has no effect if the app posting the bubble is not in the foreground. - * The app is considered foreground if it is visible and on the screen, note that - * a foreground service does not qualify. - *

- * *

Generally, this flag should only be set if the user has performed an action to * request or create a bubble, or if the user has seen the content in the notification * and the notification is no longer relevant.

-- cgit v1.2.3