Everything that you need to know about setting up Smart Glaxy VPN
Everything that you need to know about setting up Smart Glaxy VPN
Smart Glaxy VPN Documentation
In the First Step you need to Download and Install latest version of Android Studio. Click Here to Download.
Open Android Studio
Click on Import Existing Android Project
Extract the source code and browse to extracted Directory and click ok
Follow the Screenshot Below.
Once Project is imported successfully, you can change your App name as below
Go to res directory under app
select values and than double click on stings.xml
find the app_name and write your app name there
follow the screenshot below
To change the App icon see the steps given below
Go to res directory under app
right click on mipmap
and follow the screenshots below.
on the next page browse for your logo
and finally
to change the Package Name of your app, follow the steps given below
Expand your packages
right click on the package you want to change
and next follow the screenshots step by step
on the next popup
enter your desired package name
than select all files from drop down
and than click Refractor
in the next step you have to click Do Refractor.
as in the screenshot below
one final step is
go to app level build.gradle file
and change the application id
click on sync now
as shown below
to enable push notifications in your app you need to add one signal app id
Go to app level build.graddle file
find onesiganl app id and paste your id there
and click on sync now
and follow the screenshots below.
VPNConfig.java is the class that enables you to
turn on/off in-app-purchases in your app
change in-app-purchase key with your ads
switch among ad networks
change ad ids
follow the screenshot below to change your ids
to change in-app-purchases plan prices
go to res directory under app
scroll down and you will see the prices
edit them
follow the screenshot below
to change privacy policy of your app
go to res directory under app
scroll down and you will see the the privacy policy
change the link
follow the screenshot below