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

Commit 68877da9 authored by Adrian Roos's avatar Adrian Roos
Browse files

Revert getMatchingOsuProviders(List<ScanResult>) API referencing hidden type

This partially reverts commit 8561aa32 because
the added API references the OsuProvider type which is not part of the API.

Bug: 119556446
Test: make droid
Change-Id: Id13857bcb52e715148b06d27cf4096d08f751d37
Exempt-From-Owner-Approval: API only change
parent 878dc2bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3693,7 +3693,6 @@ package android.net.wifi {
    method public void disableEphemeralNetwork(java.lang.String);
    method public void forget(int, android.net.wifi.WifiManager.ActionListener);
    method public java.util.List<android.net.wifi.WifiConfiguration> getAllMatchingWifiConfigs(java.util.List<android.net.wifi.ScanResult>);
    method public java.util.List<android.net.wifi.hotspot2.OsuProvider> getMatchingOsuProviders(java.util.List<android.net.wifi.ScanResult>);
    method public java.util.List<android.net.wifi.WifiConfiguration> getPrivilegedConfiguredNetworks();
    method public android.net.wifi.WifiConfiguration getWifiApConfiguration();
    method public int getWifiApState();
+0 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,6 @@ public class WifiManager {
     * @throws UnsupportedOperationException if Passpoint is not enabled on the device.
     * @hide
     */
    @SystemApi
    @RequiresPermission(android.Manifest.permission.NETWORK_SETTINGS)
    public List<OsuProvider> getMatchingOsuProviders(List<ScanResult> scanResults) {
        try {