Last active
December 11, 2024 01:44
-
-
Save chris-piekarski/9521420 to your computer and use it in GitHub Desktop.
ADB Content Command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell content delete --uri content://settings/settings/pointer_speed | |
adb shell content query --uri content://settings/settings | |
adb shell content insert --uri content://settings/secure --bind name:s:my_number --bind value:i:24 | |
See "package com.android.commands.content;" in /frameworks/base/cmds/content/ | |
Usese "final class ContentProviderProxy implements IContentProvider" in ContentProviderProxy.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment