Merge pull request #4273 from dpalou/MOBILE-4618

MOBILE-4618 android: Disable edge-to-edge in Android 15
main
Pau Ferrer Ocaña 2024-12-19 11:10:30 +01:00 committed by GitHub
commit 6af98407c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@
<uses-feature android:name="android.hardware.bluetooth" android:required="false" /> <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
</config-file> </config-file>
<config-file parent="/resources/style" target="app/src/main/res/values/themes.xml">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</config-file>
</platform> </platform>
<platform name="ios"> <platform name="ios">
<resource-file src="GoogleService-Info.plist" /> <resource-file src="GoogleService-Info.plist" />