Get system device settings by adb (tested on API 25)
adb shell settings list system
for custom setting (example: get current system volume (int))(tested on API 19)
adb shell settings get system volume_ring
For more info:
https://developer.android.com/reference/android/provider/Settings.System.html
Example:
adb shell settings list system
for custom setting (example: get current system volume (int))(tested on API 19)
adb shell settings get system volume_ring
For more info:
https://developer.android.com/reference/android/provider/Settings.System.html
Example:
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
C:\Users\svyatoslav.tsyfrak.DEV>adb shell settings list system | |
accelerometer_rotation=0 | |
alarm_alert=content://media/internal/audio/media/8 | |
alarm_alert_set=1 | |
dim_screen=1 | |
dtmf_tone=1 | |
dtmf_tone_type=0 | |
font_scale=1.0 | |
haptic_feedback_enabled=1 | |
hearing_aid=0 | |
hide_rotation_lock_toggle_for_accessibility=0 | |
lockscreen_sounds_enabled=1 | |
mode_ringer_streams_affected=422 | |
mute_streams_affected=46 | |
notification_light_pulse=0 | |
notification_sound=content://media/internal/audio/media/17 | |
notification_sound_set=1 | |
pointer_location=0 | |
pointer_speed=0 | |
radio.data.stall.recovery.action=0 | |
ringtone=content://media/internal/audio/media/34 | |
ringtone_set=1 | |
screen_auto_brightness_adj=1.0 | |
screen_brightness=82 | |
screen_brightness_mode=1 | |
screen_off_timeout=30000 | |
sound_effects_enabled=1 | |
system_locales=en-AU | |
transition_animation_scale=1.0 | |
tty_mode=0 | |
user_rotation=0 | |
vibrate_when_ringing=0 | |
volume_alarm=6 | |
volume_bluetooth_sco=7 | |
volume_music=11 | |
volume_music_headphone=4 | |
volume_music_headset=4 | |
volume_music_speaker=0 | |
volume_notification=5 | |
volume_ring=5 | |
volume_ring_earpiece=5 | |
volume_ring_speaker=0 | |
volume_system=7 | |
volume_voice=4 | |
volume_voice_earpiece=5 | |
window_animation_scale=1.0 |
Комментариев нет:
Отправить комментарий