AndroidSdks
Ausrichtungsdaten auf Android-API-Ebene für die Ausrichtung auf die Aktion „App-Wiederherstellung“.
JSON-Darstellung |
{
"sdkLevels": [
string
]
} |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (UTC)."],[[["The schema uses JSON to represent Android API level targeting data for app recovery actions."],["`sdkLevels` field contains a list of Android API levels (as strings representing integers) that the recovery action targets."],["This targeting helps determine which devices are eligible for the recovery action based on their Android API level."]]],["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"]]