...
The “Open with…” feature can be found under different names in the Android phones, e.g: "Send to", "Share", “Share with” and "Open with"."
To enable this feature, pass true
to GiniBank.setCaptureConfiguration(CaptureConfiguration(fileImportEnabled = ))
. Additionally, your app should declare intent filters for receiving images and/or PDF files from other apps and then forward the incoming intent to Gini Bank SDK.
...