Merge "Remove the <= P restriction for WIFI_P2P" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-06-18 06:16:30 +00:00
committed by Android (Google) Code Review

View File

@@ -655,7 +655,7 @@ public class ConnectivityManager {
* {@hide} * {@hide}
*/ */
@Deprecated @Deprecated
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 130143562) @UnsupportedAppUsage
public static final int TYPE_WIFI_P2P = 13; public static final int TYPE_WIFI_P2P = 13;
/** /**