From f021ec50cd6204fbd3c58a551adfa5337db3f1ac Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 15 Apr 2013 11:48:10 +0200 Subject: [PATCH] Doc: Android API level supported by Qt 5 Change-Id: I3822a47f98a9f2f31eda81c939b900ca5467bc51 Reviewed-by: Daniel Teske --- doc/src/android/creator-projects-settings-run-android.qdocinc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/android/creator-projects-settings-run-android.qdocinc b/doc/src/android/creator-projects-settings-run-android.qdocinc index 81b1802b585..38df379eeb9 100644 --- a/doc/src/android/creator-projects-settings-run-android.qdocinc +++ b/doc/src/android/creator-projects-settings-run-android.qdocinc @@ -16,6 +16,10 @@ \l{http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels} {What is API Level?}. + The minimum API level is android-4 for Necessitas and android-9 for Qt 5. + \QC does not allow you to select an API level that the Qt version specified + for the kit does not support. + \note The android-4 API level does not support multitouch. If your application needs multitouch, select a higher API level.