summaryrefslogtreecommitdiffstats
path: root/src/corelib/corelib.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2014-02-21 14:21:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-26 12:58:00 +0100
commita2f79b0d0f2373179998dd226bc5a86ad31f4e7e (patch)
treec2ca4d4f67b8f8b411b6d2dfef7b68393487c693 /src/corelib/corelib.pro
parentb79e73476771c068098270ebc26fb1e015f0e149 (diff)
Android: Make default permissions less confusing
Add comments to explain the magic placeholders for default permissions and features, and move the INTERNET and WRITE_EXTERNAL_STORAGE permissions from the manifest so that we use the same mechanism for all default permissions. Change-Id: Ia62dd4314c1c10eb201b5203772ffe88b1ce7a04 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/corelib/corelib.pro')
-rw-r--r--src/corelib/corelib.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/corelib.pro b/src/corelib/corelib.pro
index 373b3f148d..79c90e0664 100644
--- a/src/corelib/corelib.pro
+++ b/src/corelib/corelib.pro
@@ -24,6 +24,9 @@ ANDROID_LIB_DEPENDENCIES = \
ANDROID_BUNDLED_JAR_DEPENDENCIES = \
jar/QtAndroid-bundled.jar \
jar/QtAndroidAccessibility-bundled.jar
+ANDROID_PERMISSIONS = \
+ android.permission.INTERNET \
+ android.permission.WRITE_EXTERNAL_STORAGE
load(qt_module)