Android Manifest
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
:
<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.
Â