Kristopher Micinski wrote: > There is not, afaik. > > To get that, I think you would need to just look at what Google Play puts > out. > > The only thing of which I'm aware is just the Android documentation. > > > Ishan Sharma wrote: > >> On the Google Play webpage for every application there is a permission >> section. Almost all of these applications uses some standard terminology to >> describe their permissions like "READ PHONE STATUS AND IDENTITY", "SEND >> SMS","FULL INTERNET ACCESS" etc. However on the Android Developer's page >> (http://developer.android.com/reference/android/Manifest.permission.html >> ) the permissions are listed as constants and their descriptions but >> not the standard terminology found at the Google Play webpage of the >> application. >> >> For eg.There is a String Internet with the description Allows >> applications to open network sockets but not the FULL INTERNET >> > Be aware that case counts. The constant in 'Manifest.permission' is ' INTERNET', not 'Internet'.
> ACCESS permission which is generally used for this description. >> > "generally"? Claims of generality need substantiation. > Is there some link which provides a mapping of the permission constants >> to these standard permission notation? >> > Are they actually standard? Or is just Play documenting them to the same level as the Javadocs, using informal language simply to explain? If anything, I would defer to the Javadocs as "standard". -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

