AndroidSdks
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
用于应用恢复操作定位的 Android API 级别定位数据。
JSON 表示法 |
{
"sdkLevels": [
string
]
} |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]