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