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
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
Post a Comment