On 10/14/2014 03:06 AM, harish kavali wrote: > Dear all, > > > in seapp_contexts file there are entries like > > user=system domain=system_app type=system_data_file > user=bluetooth domain=bluetooth type=bluetooth_data_file > user=nfc domain=nfc type=nfc_data_file > > can i create my own user like system > for eg: my_user > > and add the following entry in seapp_contexts file > user=my_user domain=my_domain type=my_data_file > > now i will sign my app with platform cert and set > android.shareduserid=android.uid.my_user > in my app manifest and install the app. > > so that all my apps will run as separate user and run in separate > domain > > is it right to add a new user if yes please specify the steps for > adding a new user > (like system/bluetooth/nfc). > please excuse me if i am wrong , i am new se android > Thanks in advance.
I think the first question is why does your app need to run in a fixed platform-defined UID rather than just letting the operating system assign it an ID allocated from the standard app ID range? If you just want to assign your app a unique domain, you can do that without needing to assign it a fixed UID. _______________________________________________ Seandroid-list mailing list [email protected] To unsubscribe, send email to [email protected]. To get help, send an email containing "help" to [email protected].
