You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\n"
+ "usage: adb shell content query --uri [--user <USER_ID>]"
+ " [--projection ] [--where ] [--sort <SORT_ORDER>]\n"
+ " is a list of colon separated column names and is formatted:\n"
+ " <COLUMN_NAME>[:<COLUMN_NAME>...]\n"
+ " <SORT_ORDER> is the order in which rows in the result should be sorted.\n"
+ " Example:\n"
+ " # Select "name" and "value" columns from secure settings where "name" is "
+ "equal to "new_setting" and sort the result by name in ascending order.\n"
+ " adb shell content query --uri content://settings/secure --projection name:value"
+ " --where "name='new_setting'" --sort "name ASC"\n"