In the dev options there's an input field 'smallest width' - set it to like 450px, then in accessibility change text size to large or huge, whichever is best for you.
Attachments
-
151.5 KB Views: 261
To set a new density (replace 450 with desired density):adb shell wm density
You should force quit the launcher (or reboot) after you update the density... Sometimes it doesn't react well to the change.adb shell wm density 450
What else can you do through adb that you can't do through settings?You can also do this through ADB.
To retrieve the current density:
To set a new density (replace 450 with desired density):
You should force quit the launcher (or reboot) after you update the density... Sometimes it doesn't react well to the change.