android 模拟器模拟非root权限

ubuntu$ adb shell
android# id
uid=0(root) gid=0(root) context=u:r:shell:s0
android# su shell
android$ uid=2000(shell) gid=2000(shell) context=u:r:su:s0

你可能感兴趣的:(android 模拟器模拟非root权限)