Remove the <= P restriction for WIFI_P2P

This is still sent in an intent.

Bug: 131764329
Fixes: 131764329
Merged-In: I56c86b0c1912064d5a642991df32d2cefb6a8d5b
Change-Id: I64b9d632be97dc51e6085162371bb8c19f410258
(cherry picked from commit e546cb0bd16b7359feeb3c46ba52e64cf91ae4d3)
This commit is contained in:
Chalard Jean
2019-06-17 08:20:11 -07:00
committed by Lorenzo Colitti
parent 5411bda0ca
commit c34b699c2e

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