如何查看Android系统的版本是User模式还是Eng模式,读ro.debuggable或者ro.build.type
一、方法一1、adb查看根目录下的default.prop文件,注意ro.secure和ro.debuggable的值。2、ro.secure=1Andro.debuggable=0为User模式,下图是User模式。3、ro.secure=0Andro.debuggable=1为Eng模式,下图是Eng模式。二、方法二:Android源码里面判断user版本的方法,这里如果是user版本开机完成