SizzlingSkizzorsProgrammer wrote: > I mean the permissions that are shown in the Android market when you > download it (internet, cell phone, gps, etc).
Use PackageManager to get a PackageInfo object on the desired package. PackageInfo has a String[] requestedPermissions that should have the names of the permissions that package requested. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

