summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2024-08-22 10:42:46 +0300
committerJuha Vuolle <juha.vuolle@qt.io>2024-08-22 20:08:11 +0300
commit1b963f02c102750af807ec08b04ab54986a35e8d (patch)
treef799cef962f03a2893c2812a1581ddb4d4d1cfad /src
parent2c1506b1bd551249852d43250d7919f5e3ac7ac1 (diff)
Fix minor Android manifest documentation issues
Pick-to: 6.8 Change-Id: I0b7a8a88acd7c6fd30ce67cc140a819c9e72862f Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/android/templates/doc/src/android-manifest-file-configuration.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
index 5eec645c876..277035a3acd 100644
--- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
+++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
@@ -10,7 +10,7 @@
\nextpage android-services.html
The Android Manifest is an XML file necessary for any Android app. It contains
-app configuration for different settings and features that the app use, as well
+app configuration for different settings and features that the app uses, as well
as details on the app itself, such as, package name, app name, version, etc.
Permissions and hardware features can also be set from the manifest.
@@ -229,7 +229,7 @@ The main ones are:
Different Qt modules might require some Android permissions or features to
function properly, for example, Camera permission in \l {QtMultimedia}.
-l{The androiddeployqt Tool} takes care of including such requirements into the
+\l{The androiddeployqt Tool} takes care of including such requirements into the
Android manifest during the build. Qt defines the following lines into the
manifest, which they get replaced by
the actual values: