문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top