Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi"

am: baf25cde90

Change-Id: I5b8def0055bb8f7062405b1f354c1edf6292a129
This commit is contained in:
Lorenzo Colitti
2020-01-13 22:04:13 -08:00
committed by android-build-merger

View File

@@ -517,7 +517,7 @@ public class ConnectivityManager {
* The absence of a connection type.
* @hide
*/
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 130143562)
@SystemApi
public static final int TYPE_NONE = -1;
/**