Skip to end of banner
Go to start of banner

Android Manifest (Photo Payment)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

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.

  • No labels