android - AndroidManifest permission as displayed in Google Play -
where possible find mapping between android manifest specified permission group , text displayed user when downloading published application form google play store?
example:
<uses-permission android:name="android.permission.internet"/>
translates into:
network communication full network access
is mean?manifest.permission http://developer.android.com/reference/android/manifest.permission.html
Comments
Post a Comment