linux - How does android manage its application users? -


if recall correctly, whenever new app installed on android device, unix user , group correspond app created. whenever app writes own /data/data/(app identifier) folder, file written owned specific app user.

however, when try app users in /system/etc/passwd (if remember correctly), don't exist there. wondering how android manage app users?


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -