Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi"

This commit is contained in:
Lorenzo Colitti
2020-01-14 05:30:14 +00:00
committed by Gerrit Code Review

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