--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
All APIs for finding information about installed applications are on PackageManager:
and for the original question about getting the full list of installed
applications:
Please *do* read the friendly manual. :)
--
christopher tate
android framework engineer
> Yes, but there doesn't appear to be anything for going from package name to
> UID there....
Please *do* read the friendly manual. :)
On Tuesday, July 26, 2011 3:57:06 PM UTC-4, Christopher Tate wrote:> Yes, but there doesn't appear to be anything for going from package name to
> UID there....Please *do* read the friendly manual. :)
I did. I'm not seeing UID as a field in PackageInfo. At least not a public field,
--
christopher tate
android framework engineer
> --
> You received this message because you are subscribed to the Google Groups
> "android-platform" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/android-platform/-/hJlUVguJLmUJ.
Aren't they all in system/core/include/private/android_filesystem_config.h ?
--
--Pavan Savoy
On Wed, Jul 27, 2011 at 9:27 AM, tera tellence <tell...@googlemail.com> wrote:
> Is there an etc/passwd equivalent on Android?
>
> I want to be able to get all the uids at the native level.Aren't they all in system/core/include/private/android_filesystem_config.h ?
Is there an etc/passwd equivalent on Android?
I want to be able to get all the uids at the native level.
No.
Well there is - /data/system/packages.xml fills the function of /etc/passwd with regard to the application-specific user id's - but it's not public.No.