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

Commit eb402739 authored by Roshan Pius's avatar Roshan Pius
Browse files

WifiManager(aidl): Remove pingSupplicant binder call

This is now deprecated in the public API and instead calls
isWifiEnabled(). So, remove this AIDL call.

Bug: 36493092
Test: Compiles
Change-Id: I6339d5bb18f423d84fa9222a87e2df7eb9c336a9
Merged-In: I6339d5bb18f423d84fa9222a87e2df7eb9c336a9
parent 9d2a3adf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -81,8 +81,6 @@ interface IWifiManager

    boolean disableNetwork(int netId);

    boolean pingSupplicant();

    void startScan(in ScanSettings requested, in WorkSource ws);

    List<ScanResult> getScanResults(String callingPackage);