Skip to content

Commit

Permalink
Modify App/Client/android/AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 11, 2025
1 parent c3fef8b commit 8f73e58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion App/Client/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@
android:hardwareAccelerated="true"
android:name="org.qtproject.qt.android.bindings.QtApplication"
android:label="@string/app_name"
android:icon="@drawable/icon">
android:icon="@drawable/icon"
android:requestLegacyExternalStorage="true"
android:allowNativeHeapPointerTagging="false"
android:allowBackup="true"
android:fullBackupOnly="false">

<activity android:name="org.qtproject.qt.android.bindings.QtActivity"
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="unspecified"
android:exported="true">
Expand Down

0 comments on commit 8f73e58

Please sign in to comment.