AndroidSdks
بيانات استهداف مستوى واجهة برمجة التطبيقات لنظام التشغيل Android لاستهداف إجراء استرداد التطبيقات
تمثيل JSON |
{
"sdkLevels": [
string
]
} |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-18 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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"]]