Make VpnSettings use new synchronous VpnService API.

Change-Id: Ib400c968981f9f8642a1452011faaade0d5bde57
This commit is contained in:
Hung-ying Tyan
2011-01-19 16:49:47 +08:00
parent 9b37821d67
commit 62cc79ef96
3 changed files with 16 additions and 182 deletions

View File

@@ -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();
}