### Clone Persona Android SDK Repository Source: https://github.com/persona-id/persona-android-sdk/blob/main/README.md This snippet provides the Git commands to clone the Persona Android SDK repository from GitHub. Users can choose between SSH or HTTPS protocols to download the project files to their local machine. ```git git clone git@github.com:persona-id/persona-android-sdk.git # or git clone https://github.com/persona-id/persona-android-sdk.git ``` -------------------------------- ### Configure Persona Template ID in MainActivity.kt Source: https://github.com/persona-id/persona-android-sdk/blob/main/README.md This instruction details where to replace the placeholder Template ID in the `MainActivity.kt` file. The Template ID is crucial for linking the SDK to a specific Persona inquiry flow configured in the dashboard. ```Kotlin "itmpl_PUT_YOUR_TEMPLATE_ID_HERE" ``` -------------------------------- ### Android SDK Privacy Configuration for Play Store Source: https://github.com/persona-id/persona-android-sdk/blob/main/README.md This table outlines the data collection practices of the Persona Android SDK, specifically regarding Device Identifiers (App-Set ID) for fraud prevention. It details what to disclose when publishing to the Google Play Store, including data types, collection status, sharing, processing, and purpose. ```APIDOC | Data Types | Collected | Shared | Processed Ephemerally | Required or Optional | Purposes | | --- | --- | --- | --- | --- | --- | | Device or other IDs | Yes | No | No | Required | Fraud Prevention | ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.