AndroidSdks
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Dane kierowania na poziomie interfejsu API Androida na potrzeby kierowania na działania związane z przywracaniem aplikacji.
Zapis JSON |
{
"sdkLevels": [
string
]
} |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe schema uses JSON to represent Android API level targeting data for app recovery actions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esdkLevels\u003c/code\u003e field contains a list of Android API levels (as strings representing integers) that the recovery action targets.\u003c/p\u003e\n"],["\u003cp\u003eThis targeting helps determine which devices are eligible for the recovery action based on their Android API level.\u003c/p\u003e\n"]]],["The JSON structure represents Android app recovery action targeting data. It utilizes a single field, `sdkLevels`, which is an array of strings. Each string within `sdkLevels` represents an Android API level, formatted as an integer, and signifies the targeted devices for a specific recovery action. The data indicates the compatible Android API levels for the action, as detailed in the Android developer documentation.\n"],null,["# AndroidSdks\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAndroid api level targeting data for app recovery action targeting.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"sdkLevels\": [ string ] } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sdkLevels[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Android api levels of devices targeted by recovery action. See \u003chttps://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels\u003e for different api levels in android. |"]]