tir38 / ADBX

ADB extensions
2 stars 0 forks source link

Set accessibility font size #72

Closed tir38 closed 2 years ago

tir38 commented 2 years ago

adb shell settings put system font_scale 0.85 (small)

adb shell settings put system font_scale 1.0 (default)

adb shell settings put system font_scale 1.15 (large)

adb shell settings put system font_scale 1.30 (largest)

We can also display current scale via adb shell settings get system font_scale