Merge "Expose ConnectivityManager#TYPE_NONE as SystemApi" am: 0699745a3d am: 837d7c87a9 am: cc47efa6f0

Change-Id: I5706151c291cbdbc3a1f73ebb3669f56a61509ba
This commit is contained in:
Automerger Merge Worker
2020-01-14 06:27:10 +00:00

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