Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To work with Assist.Mobile, you need to use Android SDK version 15 26or higher (Android 4 8.0 .3Oreo).

Description of SDK Assist.Mobile

...

3.1. First you need to make sure that the minimum SDK version is 15 26 or higher. There should be an element like this inside the <manifest> element:

Code Block
languageactionscript3
        <uses-sdk android:minSdkVersion="1526"/>

3.2. The following permissions must also be present inside the <manifest> element:

...