kiah2008 / android-openvpn-installer

Automatically exported from code.google.com/p/android-openvpn-installer
0 stars 0 forks source link

Please add android.permission.ACCESS_SUPERUSER to Manifest #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Running both, the installer and the settings app lets superuser (clockworkmod 
one) complain about the missing permission flag.
To make the app work in future and for security reasons, please add following 
line to your android manifest file:

<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />

thanks for the great app!

Original issue reported on code.google.com by jjjja...@gmail.com on 28 Aug 2013 at 8:36

GoogleCodeExporter commented 8 years ago
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />

Original comment by sijiajia778 on 19 May 2014 at 8:21