File shared access mechanism
- 1.4 MOBI
- 1.4.1 API 30
- 1.4.2 File shared access mechanism
- 1.4.3 Sending interrupted interviews to the server
- 1.4.4 Implementation of defined status
- 1.4.5 The order of the database fields defined in SCU
- 1.4.6 Support for 2-level loops
- 1.4.7 Address sample with record cloning
- 1.4.8 Script changes
- 1.4.9 Adaptation to new API requirements
- 1.4.10 Questions controls
- 1.4.11 Enforcing the minimum CADAS CAPI version
Application's access to the shared volume space has been blocked In Android 10. This was meant to protect data on the volume and to prevent its unauthorized access. By default, applications may only access the directory dedicated to the specific application, which is revoked, for example, during uninstallation.
This forced a complete redesign of the application in terms of disk resources usage. The key was to ensure continued access to interview files backups for users, so as to allow sending work results in the event of an emergency.

The solution involves asking the user in the CADAS CAPI application to select the cadas directory and to make sure that it is permanently accessible. If this directory does not exist, it shall be created it in the root directory. The questionnaire applications utilize a specially set-up access provider. Thanks to it, they may access the directory specified in CADAS CAPI.


