aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/android/deploying-android.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/src/android/deploying-android.qdoc')
-rw-r--r--doc/qtcreator/src/android/deploying-android.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc
index 0e00224c64..2437b7aaa2 100644
--- a/doc/qtcreator/src/android/deploying-android.qdoc
+++ b/doc/qtcreator/src/android/deploying-android.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -315,6 +315,14 @@
then, it will resize and set the three icon fields for low, medium, and high DPI icons
as needed.
+ \li In \uicontrol {Android services}, you can add and remove services. You must
+ enter at least a service class name for a new service. If you select
+ \uicontrol {Run in external process}, you also need to enter a process name.
+ If you select \uicontrol {Run in external library}, you need to enter a library name.
+ Service arguments are mandatory for a service that is not run in an external
+ library. For more information about writing service code and structure of services,
+ see \l{Android Services}.
+
\li In the \uicontrol Permissions field, you can specify the permissions that your
application needs. Starting from Android 6.0 (API 23), permissions have to be
requested at runtime (see \l{QtAndroid::requestPermissionsSync()} or