当前位置:   article > 正文

adb操作SettingsProvider数据库_adb命令修改settingsprovider

adb命令修改settingsprovider
  • 查看SettingsProvider数据库中表信息,操作这个三张关键的表system、secure、global
    adb shell settings list system|secure|global 
  • 1
  • 根据Name查看SettingsProvider数据库表格
  adb shell settings get [system][secure][global] [Name]
  例如:查看system表的自定义字段custom_key
  adb shell settings get system custom_key
  • 1
  • 2
  • 3
  • 根据Name向对应的数据库中插入value
  adb shell settings put  [system][secure][global] [Name] [Value]
   例如:向system表的自定义字段custom_key写入值true
  adb shell settings put system custom_key true
  
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/891844
推荐阅读
相关标签
  

闽ICP备14008679号