On 10/21/2014 02:51 AM, harish kavali wrote: > Dear Stephen, > > Thanks your suggestion after adding mlstrustedobject problem > solved.can you please explain the difference between levelFrom=User && > levelFrom=App
per-user isolation versus per-app isolation. levelFrom=user means derive the level from the user ID portion of the Linux UID, so you get a unique category set for each user and separation between users (for Android multi-user). levelFrom=app means derive the level from the app ID portion of the Linux UID, so you get a unique category set for each app and separation between apps, levelFrom=all means derive the level from both the user ID and the app ID, so you get a unique category set per (user ID, app ID) pair and separation between both users and apps. _______________________________________________ Seandroid-list mailing list [email protected] To unsubscribe, send email to [email protected]. To get help, send an email containing "help" to [email protected].
