...
We use the term file import
to refer to the Share feature within Gini Bank SDK. From the point of view of the SDK, files are imported into the SDK from an outside source. It is unaware and can't set configuration related to enabling the client app to receive files via Android’s Share or Open with functionality.
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.
...