AndroidSdks

  • The content defines a JSON representation for Android SDK levels used in app recovery action targeting.

  • The JSON format includes a list of strings called sdkLevels which represent the targeted Android API levels.

  • The sdkLevels field uses a string format that can be interpreted as an int64, corresponding to different Android API levels.

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.