全部博文(322)
分类: Java
2011-03-09 08:57:57
int property_get(const char *key, char *value, const char *default_value);
int property_set(const char *key, const char *value);
/ default.prop
/system/build.prop
/system/default.prop
/data/local.prop
# adbd on at boot in emulator
on property:ro.kernel.qemu=1
start adbd
on property:persist.service.adb.enable=1
start adbd
on property:persist.service.adb.enable=0
stop adbd