I want to know that, Can we create an app on Android in which we can configure the settings of another application. I want to have an app to behave like a server in which the changes are done and the settings are loaded in the main application. Want to know that if its possible thanks
An Idea just come into my mind after reading your question, try it your self but it is 100% going to work.
Create an application that stores the configuration data into SharedPreference. Make this SharedPreference as public so that you can easily read from your another application.
Now in your another application you can use this SharedPreference's data as configurations.