UNPKG
react-native-vpn-detection
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Detect VPN and Proxy
github.com/salehanoor644/react-native-vpn-detection
react-native-vpn-detection
/
android
/
src
/
main
/
AndroidManifest.xml
6 lines
(4 loc)
•
216 B
text/xml
View Raw
1
2
3
4
5
6
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.reactlibrarynativevpndetect"
>
<
uses-permission
android:name
=
"android.permission.ACCESS_NETWORK_STATE"
/>
</
manifest
>