Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi" am: 03c1364b16 am: 28220533d8
Change-Id: I310847d36d37a4d7a0c3a8675546376a300680f2
This commit is contained in:
@@ -4314,6 +4314,7 @@ package android.net {
|
|||||||
field public static final int TETHER_ERROR_ENTITLEMENT_UNKONWN = 13; // 0xd
|
field public static final int TETHER_ERROR_ENTITLEMENT_UNKONWN = 13; // 0xd
|
||||||
field public static final int TETHER_ERROR_NO_ERROR = 0; // 0x0
|
field public static final int TETHER_ERROR_NO_ERROR = 0; // 0x0
|
||||||
field public static final int TETHER_ERROR_PROVISION_FAILED = 11; // 0xb
|
field public static final int TETHER_ERROR_PROVISION_FAILED = 11; // 0xb
|
||||||
|
field public static final int TYPE_NONE = -1; // 0xffffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract static class ConnectivityManager.OnStartTetheringCallback {
|
public abstract static class ConnectivityManager.OnStartTetheringCallback {
|
||||||
|
|||||||
@@ -517,7 +517,7 @@ public class ConnectivityManager {
|
|||||||
* The absence of a connection type.
|
* The absence of a connection type.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 130143562)
|
@SystemApi
|
||||||
public static final int TYPE_NONE = -1;
|
public static final int TYPE_NONE = -1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user