Android System Property 一 System Property
转载:http://www.cnblogs.com/bastard/archive/2012/10/11/2720314.html
代码中大量存在:SystemProperties.set()/SystemProperties.get();通过这两个接口可以对系统的属性进行读取/设置,
顾名思义系统属性,肯定对整个系统全局共享。通常程序的执行以进程为单位各自相互独立,如何实现全局共
转载
2014-12-14 10:20:26 ·
477 阅读 ·
0 评论