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

Commit 2ef9ee0a authored by Etan Cohen's avatar Etan Cohen
Browse files

NetworkScoreManager deprecation: documentation fixes per API council request

Bug: 208506915
Test: well, docs aren't generated for SystemAPI
Change-Id: I06ad99e7c0212024067b8f0ef95f3df6abe407b8
parent 77243f98
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5356,8 +5356,9 @@ public abstract class Context {
     * {@link android.net.NetworkScoreManager} for managing network scoring.
     * @see #getSystemService(String)
     * @see android.net.NetworkScoreManager
     * @deprecated see https://developer.android.com/guide/topics/connectivity/wifi-suggest for
     * alternative API to propose WiFi networks.
     * @deprecated see
     * <a href="{@docRoot}guide/topics/connectivity/wifi-suggest">Wi-Fi Suggestion API</a>
     * for alternative API to propose WiFi networks.
     * @hide
     */
    @SystemApi
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ import java.util.concurrent.Executor;
 * </ul>
 *
 * @deprecated No longer functional on {@link android.os.Build.VERSION_CODES#TIRAMISU} and above.
 * See https://developer.android.com/guide/topics/connectivity/wifi-suggest for
 * See <a href="{@docRoot}guide/topics/connectivity/wifi-suggest">Wi-Fi Suggestion API</a> for
 * alternative APIs to suggest/configure Wi-Fi networks.
 * @hide
 */
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import java.util.regex.Pattern;
 * Information identifying a Wi-Fi network.
 * @see NetworkKey
 *
 * @deprecated as part of the {@link NetworkScore} deprecation.
 * @deprecated as part of the {@link NetworkScoreManager} deprecation.
 * @hide
 */
@Deprecated
+5 −5
Original line number Diff line number Diff line
@@ -12014,7 +12014,7 @@ public final class Settings {
         * Value to specify whether network quality scores and badging should be shown in the UI.
         *
         * Type: int (0 for false, 1 for true)
         * @deprecated {@code NetworkScoreManager} is deprecated.
         * @deprecated {@link NetworkScoreManager} is deprecated.
         * @hide
         */
        @Deprecated
@@ -12026,7 +12026,7 @@ public final class Settings {
         * when generating SSID only bases score curves.
         *
         * Type: long
         * @deprecated {@code NetworkScoreManager} is deprecated.
         * @deprecated {@link NetworkScoreManager} is deprecated.
         * @hide
         */
        @Deprecated
@@ -12062,7 +12062,7 @@ public final class Settings {
         * {@link NetworkScoreManager#setActiveScorer(String)} to write it.
         *
         * Type: string - package name
         * @deprecated {@code NetworkScoreManager} is deprecated.
         * @deprecated {@link NetworkScoreManager} is deprecated.
         * @hide
         */
        @Deprecated
@@ -12075,7 +12075,7 @@ public final class Settings {
         * networks automatically.
         *
         * Type: string package name or null if the feature is either not provided or disabled.
         * @deprecated {@code NetworkScoreManager} is deprecated.
         * @deprecated {@link NetworkScoreManager} is deprecated.
         * @hide
         */
        @Deprecated
@@ -12088,7 +12088,7 @@ public final class Settings {
         * {@link com.android.server.wifi.RecommendedNetworkEvaluator}.
         *
         * Type: long
         * @deprecated {@code NetworkScoreManager} is deprecated.
         * @deprecated {@link NetworkScoreManager} is deprecated.
         * @hide
         */
        @Deprecated