我已成功将 ODK Collect 设置到我的 android 应用程序中。我可以从设置 xml 轻松设置我的汤姆猫凭据。但是,当我尝试切换到谷歌驱动器时,我需要从我的手机设置谷歌帐户。是否可以设置用于获取问卷的默认电子邮件和密码。
<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>