qt6-bb10/examples/corelib/platform/androidnotifier
Bartlomiej Moskal c27d5eca6a 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:
56dee3de5e 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-112816
Pick-to: 6.5 6.2 5.15
Change-Id: Ia48007a84009901be508d6cc087790d574227ad7
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-04-26 13:47:43 +00:00
..
android Android-example: add missing properties in AndroidManifest.xml 2023-04-26 13:47:43 +00:00
doc Doc: Remove duplicate words 2023-02-28 16:53:10 +00:00
images Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00
CMakeLists.txt Add android manifest and java files to example 2023-02-07 18:34:42 +01:00
androidnotifier.pro Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00
main.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
main.qrc Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00
notificationclient.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
notificationclient.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00