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

Commit b1997956 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

am: bb754c9c

Change-Id: I14f5865249740587d550ac31b59883f4a87fd4a1
parents 4cbfe479 bb754c9c
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;

    /**