nvstp wrote: > Android doesn't have a file such as /etc/passwd, how does it manage its > users and groups?
Questions regarding the internals of Android's source code are best asked on a list pertaining to the internals of Android's source code: http://source.android.com/discuss > If some app needs such a file /etc/passwd, what should I do? No Android application, and I would hope relatively little existing Java code, would be relying upon /etc/passwd. If this is some existing Linux app you are trying to get running, again, you need to ask that question on a different list. This list is for people developing against the SDK. If this is indeed an SDK application you are trying to create, could you explain in greater detail why you need /etc/passwd? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

