简体   繁体   中英

Create user profiles on the android device like we have accounts on PC

Can we create an app on Android where we can create user profile on the device and when the device start (or powered on) then user selects an account and enter password. Based on the account user apps, settings etc is loaded. These profiles are same as we have accounts on my PC or laptop.

I just want to know weather is this possible on android or not?

It is an open research question. There are some works where people try to separate different phone profiles, for instance, this .

The problem actually is the following. As you may know Android is built on top of Linux kernel. You also may know that Linux is multiuser system (you can have several separate accounts). But in case of Android there is only one actual user possible. Because Linux user's id are assigned to different applications. Ie each application in Android is a separate user. This is done for the sake of security of applications (different applications in this case are run in separate virtual memory spaces and, thus, cannot influence on each other)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM