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

Commit 71cd774f authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Add ConnectivityManager.TYPE_PROXY to SystemApi"

parents dfe8d9ca 7f159cf6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5986,6 +5986,7 @@ package android.net {
    field @Deprecated public static final int TETHER_ERROR_NO_ERROR = 0; // 0x0
    field @Deprecated public static final int TETHER_ERROR_PROVISION_FAILED = 11; // 0xb
    field public static final int TYPE_NONE = -1; // 0xffffffff
    field @Deprecated public static final int TYPE_PROXY = 16; // 0x10
    field @Deprecated public static final int TYPE_WIFI_P2P = 13; // 0xd
  }
+1 −1
Original line number Diff line number Diff line
@@ -684,7 +684,7 @@ public class ConnectivityManager {
     * {@hide}
     */
    @Deprecated
    @UnsupportedAppUsage
    @SystemApi
    public static final int TYPE_PROXY = 16;

    /**