Skip to content

8742 always on vpn

cyberta requested to merge cyberta/bitmask_android:8742_always-on_VPN into 0.9.8
  • implements always-on vpn handling for Android 7.0 and above.
  • when no profile is selected and always-on is enabled vpn blocks all outgoing traffic
  • includes a notification indicating bitmask blocks the traffic
  • notification has a button to cancel blocking vpn
  • some cleanups and refactorings on the way (like EipStatus)
  • when always-on vpn is not enabled the onboot feature still starts the vpn if the vpn was up when the phone was turned off (Same behavior as before. This is less secure as there might be leaks before the boot_complete intent was broadcasted by Android)
Edited by cyberta

Merge request reports