赞
踩
adb shell settings list system|secure|global
adb shell settings get [system][secure][global] [Name]
例如:查看system表的自定义字段custom_key
adb shell settings get system custom_key
adb shell settings put [system][secure][global] [Name] [Value]
例如:向system表的自定义字段custom_key写入值true
adb shell settings put system custom_key true
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。