查看User模式还是Eng模式

来源:互联网 发布:mac最新系统怎么升级 编辑:程序博客网 时间:2024/05/01 19:43
1. 查看User模式还是Eng模式
shell@android:/ $ cat default.prop
cat default.prop
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0

persist.sys.usb.config=mass_storage


ro.secure=1 && ro.debuggable=0为User模式

ro.secure=0 && ro.debuggable=1为Eng模式

原创粉丝点击