i have successfully setup ODK Collect into my android app. I can setup my tom cat credentials easily from the settings xml. However when i try to switch to google drive, i need to setup the google account from my phone. Is it possible to setin default email and password for fetching questionaires.
<string-array name="protocol_entry_values">
<item>@string/protocol_odk_default</item>
<item>@string/protocol_google_sheets</item>
<item>@string/protocol_other</item>
</string-array>
<string-array name="protocol_entries">
<item>@string/server_platform_odk_aggregate</item>
<item>@string/server_platform_google_sheets</item>
<item>@string/server_platform_other</item>
</string-array>