Merge "Remove the <= P restriction for WIFI_P2P"

This commit is contained in:
Treehugger Robot
2019-06-17 14:58:21 +00:00
committed by Gerrit Code Review

View File

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