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

Commit 99260bea authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update javadocs for ConnectivityDiagnosticsManager." am: 4997b874 am: 704eab60

Change-Id: Ie1ee81c6050df22b6e3cf9b752e34a1b01430634
parents dcc5a26a 704eab60
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -639,8 +639,9 @@ public class ConnectivityDiagnosticsManager {
    /**
     * Registers a ConnectivityDiagnosticsCallback with the System.
     *
     * <p>Only apps that offer network connectivity to the user are allowed to register callbacks.
     * This includes:
     * <p>Only apps that offer network connectivity to the user should be registering callbacks.
     * These are the only apps whose callbacks will be invoked by the system. Apps considered to
     * meet these conditions include:
     *
     * <ul>
     *   <li>Carrier apps with active subscriptions
@@ -648,8 +649,7 @@ public class ConnectivityDiagnosticsManager {
     *   <li>WiFi Suggesters
     * </ul>
     *
     * <p>Callbacks will be limited to receiving notifications for networks over which apps provide
     * connectivity.
     * <p>Callbacks registered by apps not meeting the above criteria will not be invoked.
     *
     * <p>If a registering app loses its relevant permissions, any callbacks it registered will
     * silently stop receiving callbacks.