Access to form XML data from other Android application

I would like to use a CSPro Android applications able provide a complete error report of some inconsistencies from data collected by ODK Collect family (including KoboCollect). The error report will be displayed on the devices once the enumerator finalize a Kobo Collect form (or questionnaire), but not yet submitted. It is why I would like to be able to access to XML data from ODK collect. In CSPro, there is an object, system app, who allow the execution of activities from any Android apps and return the result :
SystemApp Object - CSPro User's Guide,
SystemApp.exec Function - CSPro User's Guide,
SystemApp.getResult Function - CSPro User's Guide,
So, I would like like to know the name of the ODK Collect activity able to provide access to form data (or any other way, for example if there is a workaround we can program in the XLSForm to facilitate such access). More specifically, is it possible to use Android deep link for such access? Handling Android App Links  |  App architecture  |  Android Developers

Welcome back to the community, @htuser! You might want to check out the post we discussed earlier; it could help you identify the path where the data is stored within the app.

Thanks a lot @Kal_Lam for your prompt answer. As you know, until now (except for the last version beta), it’s impossible to edit a case already submitted for any ODK related tech. I know about this way, but I need a direct way to access to data even before submission by enumerators.

A question, Does Kobo intend to among early adopter of the new edit after submission ODK Collect?
Best

@htuser, if you have saved your submission as draft, you will be able to access your data again for edits but if you have saved your submission as final then the app will not allow you to edit the submission. If that is the same, you may need to edit your submission through the server.