0

Hi I'm creating a simple app for change background but I want to put into system settings and hide from menu apps like Kidlogger Pro. I found this answer but it is only available with TTS options?

Community
  • 1
  • 1
Cami Rodriguez
  • 1,057
  • 4
  • 14
  • 30

2 Answers2

3

I want to put into system settings

Settings is its own app; you cannot modify that app.

I found this answer but it is only available with TTS options?

The Settings app offers a couple of places where it will link to some activity of yours, to offer user configuration of certain features. In general, those are tied to very specific things (e.g., configuring an input method editor) and are not general-purpose solutions.

Android 7.0+ allows you to designate an activity that is linked to from your app's screen in Settings (Apps > (your app name)). This is the closest thing that Android has to what you are seeking.

You cannot invent new categories (e.g., "Apps", "Display", "Security"), and you cannot invent new settings in existing categories. For those things, the user should launch your main activity, and either configure that stuff there, or open up some dedicated settings screen from there.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
0

By default, you can't. You can root your phone in order to change settings application.

Cătălin Florescu
  • 5,012
  • 1
  • 25
  • 36