summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_osx.mm
diff options
context:
space:
mode:
authorBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-04-20 13:26:01 +0200
committerBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-04-27 16:15:50 +0200
commited26683546d70b54221a0db0fa55151f0ad204ad (patch)
tree3537e8cb8e25952528b0a143525a17823b76160c /src/bluetooth/qbluetoothsocket_osx.mm
parent423bf7a3782b3716b8968608437f8b9212b13328 (diff)
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 83e139db357fc2c7c642b394cfc2993fcf59d22c)
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_osx.mm')
0 files changed, 0 insertions, 0 deletions