[App] How to get ro attribute in app

See blog:

              https://my.oschina.net/chaselinfo/blog/213393?p=1


String version = SystemPropertiesProxy.get(this,"ro.mediatek.version.release");

Log.d("QYC", "version == " + version);

 

 

Guess you like

Origin blog.csdn.net/John_chaos/article/details/109094026