查看Android系統是User模式還是Eng模式


 

 1 root@itek82_wet_kk:/ # cat default.prop
 2 #
 3 # ADDITIONAL_DEFAULT_PROPERTIES
 4 #
 5 ro.secure=1
 6 ro.allow.mock.location=0
 7 persist.mtk.aee.aed=on
 8 ro.debuggable=0
 9 ro.adb.secure=1
10 persist.sys.usb.config=mass_storage
11 persist.service.acm.enable=0
12 ro.mount.fs=EXT4
13 ro.persist.partition.support=no

 

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

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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM