Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb754c9c authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Remove the <= P restriction for WIFI_P2P"

am: 4e8973e9

Change-Id: I78a209c907277be462e7a278a4b5f7f014c30f67
parents fbc68b97 4e8973e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

    /**