How to modify the value of smallest width in Android system source code

  Kiến thức lập trình

I have a source code for the Android system and I would like to make modifications to it so that the smallest width value of drawing under developer options can be customized

Most of the answers I find online are related to adapting to different screens through smallest width, but what I want is to modify the smallest width instead of adapting to the screen based on it

and i know i can change smallest width value in developer option simply, but i don’t want to use this method.

my requirement is that the initial value of the Smallest width I want for the Android system

New contributor

user24483231 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT