I know. what I meant is that *whether Android has the file that contains the list of permissions by itself*, disregarding the App side, only the Platform side.
Apk cannot change the permissions in the Android platform, though they could define the other permissions by itself. There should be a data file that contains such information, otherwise, how could the platform verify the permission requests from apps? On Mar 20, 4:16 pm, Dianne Hackborn <[email protected]> wrote: > Any apk can define permissions. There are core parts of Android that are > in other apks. If you want to know about the permissions defined by an > apk, go look in its AndroidManifest.xml. > > > > > > > > > > On Tue, Mar 20, 2012 at 3:18 PM, michael <[email protected]> wrote: > > one addition: I only consider *Android* defined permissions. > > > Dianne Hackborn wrote: > > > No. > > > > On Tue, Mar 20, 2012 at 12:00 PM, michael <[email protected]> wrote: > > > > > Could I say that the Manifest.java file contains all the permissions > > > > for one version of Android? > > > > > -- > > > > 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 > > > > -- > > > Dianne Hackborn > > > Android framework engineer > > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > > provide private support, and so won't reply to such e-mails. All such > > > questions should be posted on public forums, where I and others can see > > and > > > answer them. > > > -- > > 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 > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- 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

