qtconnectivity/examples/nfc/annotatedurl
Bartlomiej Moskal 57e0f628b8 Android-example: add missing properties in AndroidManifest.xml
After changing android target SDK version to 31, some missing values has
to be defined in AndroidManifest.xml.

AndroidManifest.xml template was updated in qtbase in:
56dee3de5e4ac1c4d37a2c5e27361e7ddbdea1a7 commit. In case when example
uses its own AndroidManifest.xml file, it need to be updated separately.

* android:exported="true": because the manifest sets an intent-filter,
and it then has to explicitly to avoid the warning [1].
* android:allowBackup="true": this has to be explicitly set, we set it
to the default value here [2].
* android:fullBackupOnly="false": SDK 23+ use this to deteremine to
user auto backup or not, we set it to the default value here [3].

[1] https://developer.android.com/guide/topics/manifest/activity-
element#exported
[2] https://developer.android.com/guide/topics/manifest/application-
element#allowbackup
[3] https://developer.android.com/guide/topics/manifest/application-
element#fullBackupOnly

Fixes: QTBUG-112843
Change-Id: I79bb201fe74b7e3f321ec6654a133611f01af8da
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 83e139db35)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-04-26 12:18:42 +00:00
..
android Android-example: add missing properties in AndroidManifest.xml 2023-04-26 12:18:42 +00:00
doc AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00
CMakeLists.txt Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 12:10:35 +00:00
annotatedurl.cpp AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00
annotatedurl.h AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00
annotatedurl.pro AnnotatedUrl: refactor UI 2021-06-11 07:47:22 +00:00
main.cpp AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00
mainwindow.cpp AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00
mainwindow.h AnnotatedUrl: add QNdefFilter support 2021-06-14 09:24:14 +00:00