gayanvoice / android-vpn-client-ics-openvpn

⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
https://gayanvoice.medium.com/develop-a-vpn-app-in-java-using-android-studio-6f1f2d66031e
MIT License
597 stars 320 forks source link

Question: Can i include openvpn config files instead of having to fetch them online? #18

Closed max4444 closed 4 years ago

max4444 commented 4 years ago

Good time, it's not always good to have the OpenVPN certs, etc data on a public link, so it could be a good idea if i could attach them to the app?

Thank you!

varundtsfi commented 4 years ago

You can put it in inside the Assets folder. I have put both AppDetails.json and FileDetails.json file inside that.

max4444 commented 4 years ago

Ah i see, thanks for the clarification