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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user