In iOS
you can email users a Configuration Profile
XML file that will automatically update custom app-specific settings when opened on the device with the app installed. This is an easy way to get configuration settings to many users who use your app so they don't have to manually enter them. For example, this could update or enter a URL to a web service needed for the app to work.
You don't need an MDM, you can just email the file as an attachment.
Is there a similar way to do this with Android
? I've found some of these Android interfaces and APIs but they don't seem to accept updates by opening a file on the device from what I see:
I don't want to use an MDM or external URL listening.
I checked these questions but they were either not exactly the question or old so I don't know if there is a new way that it can be done:
What is iOS mobile config equivalent in android?