Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourGreen
titleApproved

Approver

Alpar Szotyori (Unlicensed)

Permissions

The capture feature of the SDK uses the camera, therefore, camera permission is required:

Code Block
languagekotlin
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="...">

    <uses-permission android:name="android.permission.CAMERA" />

</manifest>
Info

Make sure you request camera permission before starting the SDK.

Predictive back gesture

Starting from Android 13, apps should apply changes to support predictive back gestures. Gini Bank SDK already contains the necessary changes. Once your app is ready to support it (by targeting Android 13 and enabling it in the Android Manifest), no further changes are required from you.