Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi" am: baf25cde90 am: 385ec77624

Change-Id: I310847d36d37a4d7a0c3a8675546376a300680f2
This commit is contained in:
Automerger Merge Worker
2020-01-14 06:17:26 +00:00

View File

@@ -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;
/** /**