AndroidSdks

  • 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.

Android api level targeting data for app recovery action targeting.

JSON representation
{
  "sdkLevels": [
    string
  ]
}
Fields
sdkLevels[]

string (int64 format)

Android api levels of devices targeted by recovery action. See https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels for different api levels in android.