I have an Android app that is used by many enterprises, each one has their own Server Address and Port.
When each enterprise downloads my app I want them to be able to configure the Server Address and the Port number. Maybe the IT administrator of that company can change the values in a configuration file so that the user would not worry about the Server Address and port number and just has to to enter the UserId & Password.
I found one document in Android Developer website: https://developer.android.com/work/managed-configurations
I can understand the code from the above link but I am not sure how an IT administrator can push the configuration file to the app (in an EMM console or something). Any idea would be highly appreciated.