aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-07-29 14:58:39 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-07-29 15:15:19 +0200
commit77ba7eb8b8a35230d031a8b8df0b611fab8787f3 (patch)
treefac552860572fcfccd052f564325698c11f94493
parent33c674615ca47b40b3603b961a554fd6b658f0e7 (diff)
Doc: including Android permissions needed by Qt
New check box in Android Manifest Editor. Fix the description for adding permissions from the list. Update screenshot. Change-Id: Ifc74a84be7a9df32a5cc0513e56f8fa4d504c9c5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
-rw-r--r--doc/images/qtcreator-android-manifest-editor.pngbin54010 -> 69470 bytes
-rw-r--r--doc/src/android/deploying-android.qdoc5
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/images/qtcreator-android-manifest-editor.png b/doc/images/qtcreator-android-manifest-editor.png
index 13b206f066..31ac17eb1c 100644
--- a/doc/images/qtcreator-android-manifest-editor.png
+++ b/doc/images/qtcreator-android-manifest-editor.png
Binary files differ
diff --git a/doc/src/android/deploying-android.qdoc b/doc/src/android/deploying-android.qdoc
index 94d876be9e..a1202e5d7b 100644
--- a/doc/src/android/deploying-android.qdoc
+++ b/doc/src/android/deploying-android.qdoc
@@ -235,6 +235,9 @@
install the application. Android OS then grants the application access to
the appropriate data and features.
- To add permissions, select \gui Add and select permissions from the list.
+ Select the \gui {Include default permissions and features for Qt modules}
+ check box to add the permissions needed by Qt libraries.
+
+ To add permissions, select them in the list, and then select \gui Add.
*/