set_android_data_safety
Submit the data safety declaration for your Android app using the CSV export from Play Console. Reflects updates immediately upon re-upload.
Instructions
Submit the data safety declaration for a Google Play app. The declaration describes what data the app collects, how it is used, and whether it is shared. Accepts the raw CSV exported from Play Console → App content → Data safety → Export CSV. Re-upload whenever data practices change (new data type, updated retention policy, etc.). Takes effect immediately — there is no staging step and no GET endpoint to retrieve current labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name e.g. com.example.myapp | |
| csv | Yes | Raw CSV string from Play Console data safety export (5 columns: question ID, response ID, TRUE/FALSE value, requirement type, human-readable label) |