4

Is there any way to get the status of VPN connectivity on android 4.using openVPN ?

android_learner
  • 343
  • 2
  • 13
  • I am not sure what you trying to do? Are you asking if there a system wide capability to check if a VPN is connected? Or is the specific to one of the OpenVPN apps for Android? – plaisthos Dec 25 '12 at 10:52
  • I want to know that if my device is connected to VPN by installing openVPN, then from my own app how could I get to know about the status of VPN .. hope I am clear now ! – android_learner Dec 25 '12 at 14:01

1 Answers1

1

There are multiple implementation of OpenVPN for Android. One is the offical OpenVPN Connect and the other is OpenVPN for Android. The latter has no support (yet) for query/broadcasting the status of the connected VPN. Patches are welcomed. I don't know about the offical OpenVPN Connect app. I suggest contacting them if need information about their client.

plaisthos
  • 6,255
  • 6
  • 35
  • 63