您的位置:首页 > 移动开发 > Android开发

查看Android系统是User模式还是Eng模式

2016-09-22 14:52 2001 查看
root@itek82_wet_kk:/ # cat default.prop
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
persist.mtk.aee.aed=on
ro.debuggable=0
ro.adb.secure=1
persist.sys.usb.config=mass_storage
persist.service.acm.enable=0
ro.mount.fs=EXT4
ro.persist.partition.support=no


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

ro.secure=0 && ro.debuggable=1 为Eng模式
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: