1、增加配置信息:
adb shell setprop [key] [value] adb shell setprop persist.isilent.me 123456
2、查看配置信息:
adb shell getprop [key] adb shell getprop persist.isilent.me
注意:必须采用persist.开头的属性名才能永久保存
参考链接:
1、增加配置信息:
adb shell setprop [key] [value] adb shell setprop persist.isilent.me 123456
2、查看配置信息:
adb shell getprop [key] adb shell getprop persist.isilent.me
注意:必须采用persist.开头的属性名才能永久保存
参考链接: