Android VPN app based on openVPN Library.
Step 1: Add/Update your ovpn file in assets directory.
Step 2: Go to MainActivity.class file and find method "getServerList()" and update/add your server information. The server information has server icon image, server ovpn file, server username and password. Add/Update all these.
(If you have changed or deleted default Japan sever than follow the step 3 otherwise skip it)
Step 3: Go to SharedPreferences.class file and Add information (icon of server, ovpn file name, server username and password) of anyone of your server (which will be used as default server).
Thats all.