Make VpnSettings use new synchronous VpnService API.
Change-Id: Ib400c968981f9f8642a1452011faaade0d5bde57
This commit is contained in:
@@ -54,11 +54,4 @@ public interface VpnProfileActor {
|
||||
* Tears down the connection.
|
||||
*/
|
||||
void disconnect();
|
||||
|
||||
/**
|
||||
* Checks the current status. The result is expected to be broadcast.
|
||||
* Use {@link VpnManager#registerConnectivityReceiver()} to register a
|
||||
* broadcast receiver and to receives the broadcast events.
|
||||
*/
|
||||
void checkStatus();
|
||||
}
|
||||
|
Reference in New Issue
Block a user