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

Commit 2253ff94 authored by Chalard Jean's avatar Chalard Jean
Browse files

Remove the <= P restriction for WIFI_P2P

This is still sent in an intent.

Bug: 975059
Change-Id: I56c86b0c1912064d5a642991df32d2cefb6a8d5b
parent cf8db357
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;

    /**