Package a customized collect.settings file

Is there a way to package a modified collect.settings into an Collect APK?

Basically, I want to by default have settings like Autosend on Wifi, and Autodownload on Wifi turn on when the user installs my customized ODK Collect app. I am not sure if there is a way for me to do this in the code or if there is a way to package a collect.settings file to the APK and have the settings be loaded on install.

Yes, You can change settings for this you need to use android studio.

Best,
@iamnarendrasingh

It would be great if someone could point me exactly where the code for controlling the settings for Autosend/Autodownload ,etc are so I can modify.