Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c18d38a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Docs: added a note about about notification listeners and work profiles."

parents fc7c7498 604843bd
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,10 @@ import java.util.List;
 * or after {@link #onListenerDisconnected()}.
 * or after {@link #onListenerDisconnected()}.
 * </p>
 * </p>
 * <p> Notification listeners cannot get notification access or be bound by the system on
 * <p> Notification listeners cannot get notification access or be bound by the system on
 * {@link ActivityManager#isLowRamDevice() low ram} devices</p>
 * {@linkplain ActivityManager#isLowRamDevice() low-RAM} devices. The system also ignores
 * notification listeners running in a work profile. A
 * {@link android.app.admin.DevicePolicyManager} might block notifications originating from a work
 * profile.</p>
 */
 */
public abstract class NotificationListenerService extends Service {
public abstract class NotificationListenerService extends Service {