android - How to change font size by adb command -


how change device font size using adb. tried below command. wanted change supported small, medium, huge font

"adb shell wm size 720*1200" 

try this: adb shell wm density 300


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -