Domanda

Is it possible to change the default settings of android application which are in /settings/App/userApp of the mobile device?

Currently we see default options like - Force stop button, Uninstall button, cache, etc.

I want to configure these settings of my application userApp to contain things like Account reset, data pruning options, etc.

I don't want the user to launch the application and then do these tasks.

It should be that user goes to mobile's /settings/App/userApp and then there should be a option for Account reset, data pruning options, etc. So no need to login or launch application.

How to do that?

È stato utile?

Soluzione

How to do that?

Download the Android source code. Modify the Settings app to contain this sort of feature. Compile the source code into a ROM mod, and install that ROM mod on your device.

Otherwise, an SDK app cannot affect what appears on the app's page in Settings in the manner that you describe.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top