Android Google Play Compliance
About 373 wordsAbout 1 min
2026-04-15
This page describes the compliance impact of integrating PPCashDeskSDK on Google Play review, and the actions merchants need to take.
Note
This page is derived from general SDK behavior. Some Android-specific configuration items are pending final confirmation from the Android SDK team. Items marked "pending confirmation" should be verified against the SDK release notes.
Data Safety Declaration
Google Play requires all apps to accurately declare data collection practices in the Data Safety form in Play Console. The following items need to be declared due to PPCashDeskSDK integration.
SDK Data Type Mapping
| SDK Collected Data | Data Safety Category | Purpose | Optional |
|---|---|---|---|
| Payment info (card number, CVV) | Financial info > Credit/debit card info | App functionality | No |
| Billing address | Personal info > Address | App functionality | No |
| Device identifier | Device or other IDs | App functionality | No |
| Sensor data (accelerometer, gyroscope) | App activity > Other actions | Fraud prevention, Security | Yes (configurable) |
| Behavioral biometrics (touch patterns) | App activity > Other actions | Fraud prevention, Security | Yes (configurable) |
SDK Data Sharing Statement
All data collected by PPCashDeskSDK is transmitted to the payment gateway via encrypted channels. No data is shared with any third-party advertising platforms or data brokers. For all data types in the Data Safety form, the "Is this data shared with third parties?" option should be set to No.
Permission Requirements
Android Permissions Used by the SDK
| Permission | Type | Purpose |
|---|---|---|
android.permission.INTERNET | Normal permission | Initiate payment network requests |
android.permission.ACCESS_NETWORK_STATE | Normal permission | Detect network connectivity |
These are Normal Permissions, granted automatically by the system without requiring user prompts.
Permissions NOT Used by the SDK
The following sensitive permissions are not requested or used by PPCashDeskSDK: CAMERA, READ_CONTACTS, ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION (unless the merchant explicitly enables location features), READ_PHONE_STATE.
What Merchants Need to Do
- Confirm that only actually used permissions are declared in
AndroidManifest.xml - In Play Console under App content > Permissions, provide a usage description for SDK-related permissions
Changelog
| Date | Notes |
|---|---|
| 2026-04-15 | Initial version, derived from general SDK behavior |
