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)

Required Permissions

The VIBRATE permission is required to give haptic feedback when users take a picture on the camera screen. To enable this, add the following to your app’s AndroidManifest.xml:

Code Block
languagexml
<uses-permission android:name="android.permission.VIBRATE" />

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.

...