Answers for "adb command to change screen refresh rate"

1

adb command to change screen refresh rate

adb shell settings put system peak_refresh_rate 96.0 
adb shell settings put system min_refresh_rate 96.0
Posted by: Guest on September-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language