wifi: remove unused hidden Hotspot 2.0 Release 1 API am: 1c3054ea87 am: 1b39c61ce7 am: 134706940b
am: 03e4bc1ead
Change-Id: Ia56fb25083513ff82cda7f66f5617d02b81e96ec
This commit is contained in:
@@ -127,8 +127,6 @@ interface IWifiManager
|
||||
|
||||
WifiConfiguration getWifiApConfiguration();
|
||||
|
||||
WifiConfiguration buildWifiConfig(String uriString, String mimeType, in byte[] data);
|
||||
|
||||
void setWifiApConfiguration(in WifiConfiguration wifiConfig);
|
||||
|
||||
Messenger getWifiServiceMessenger();
|
||||
|
||||
@@ -1597,20 +1597,6 @@ public class WifiManager {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Builds a WifiConfiguration from Hotspot 2.0 MIME file.
|
||||
* @return AP details in WifiConfiguration
|
||||
*
|
||||
* @hide Dont open yet
|
||||
*/
|
||||
public WifiConfiguration buildWifiConfig(String uriString, String mimeType, byte[] data) {
|
||||
try {
|
||||
return mService.buildWifiConfig(uriString, mimeType, data);
|
||||
} catch (RemoteException e) {
|
||||
throw e.rethrowFromSystemServer();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the Wi-Fi AP Configuration.
|
||||
* @return {@code true} if the operation succeeded, {@code false} otherwise
|
||||
|
||||
Reference in New Issue
Block a user