The permissions which are shown when you download an application are the permissions which are requested for usage by the application. Check link http://developer.android.com/guide/topics/manifest/permission-element.html to find more information about permissions.
If you want to use a permission which is defined by an application which you downloaded you want to define in your Manifest something like <uses-permission android:name="string" /> See link http://developer.android.com/guide/topics/manifest/uses-permission-element.html I hope that "access permission" means for you "to use a permission". -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On May 29, 9:24 pm, SizzlingSkizzorsProgrammer <[email protected]> wrote: > I mean the permissions that are shown in the Android market when you > download it (internet, cell phone, gps, etc). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

