Merge "Expose ConnectivityManager#TYPE_WIFI_P2P as SystemApi"

am: 7916449753

Change-Id: I27cb6214bf5a42c9120dd871228b224cd41e1199
This commit is contained in:
paulhu
2020-01-15 04:03:29 -08:00
committed by android-build-merger

View File

@@ -662,7 +662,7 @@ public class ConnectivityManager {
* {@hide}
*/
@Deprecated
@UnsupportedAppUsage
@SystemApi
public static final int TYPE_WIFI_P2P = 13;
/**