Service added that keeps track of VPN state and notifies listeners about changes

It is ensured that listeners are notified only from the main thread.
This commit is contained in:
Tobias Brunner
2012-08-13 11:00:27 +02:00
parent 175088517f
commit d1220566ef
2 changed files with 249 additions and 0 deletions
@@ -25,6 +25,10 @@
android:name=".ui.VpnProfileDetailActivity" >
</activity>
<service
android:name=".logic.VpnStateService"
android:exported="false" >
</service>
<service
android:name=".logic.CharonVpnService"
android:exported="false"