Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The “Open with…” feature can be found under different names in the Android phones, e.g: "Send to", "Share", “Share with” and "Open with".

Note

Please note that the “Open with (Share, Send to)” feature is disabled by default.

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.

...

Register image and PDF file types

Note

Make sure the name of activity used in the below configuration is the same as the name of the activity handling your SDK implementation.

In addition: Make sure that this activity is publically available.

Add the following intent filter to the activity in your AndroidManifest.xml to receive incoming images and PDF files:

...