How to expand the Android settings menu?

I want to expand the existing settings menu from one point (I want to add the option "endlessly" to "Settings" → "Screen" → "Screen timeout"). Does anyone know where I can find sources for this? I think somewhere under / base / ...? Thank!

+3
source share
2 answers

Short answer: you cannot.

Long answer: you cannot, because the settings application does not provide this option. You will need to write your own Settings app.

If it is used, you can find the sources in the Settings app:
https://android.googlesource.com/platform/packages/apps/Settings

+1
source

All Articles