Issue
Android I don’t know if I can meet my needs
I want to use adb root to achieve
One app realizes multi-user data
//User profile
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 001
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 002
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 003
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 004
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 005
adb shell am start com.tencent.mm/com.tencent.mm.ui.LauncherUI --here User profile 006
Is this idea feasible?
I think every time I run the app, I use adb to specify which configuration file the app uses to run, so as to achieve data independence. Data isolation. Realize the effect of multi-user login.
Solution
No answer No answer No answer close
Answered By - AtlantisDe
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.