Hi, my app work with page from my web site.
I need to add this:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
in the AndroidManifest.xml
Any plugin for auto put the permission i need with one select box?
Thank you...