Skip to end of banner
Go to start of banner

Android Manifest (PPF)

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 5 Next »

Permissions

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

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

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

</manifest>

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.

  • No labels