v3.2.2: updated target Android SDK to 35, with an opt-out for now
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="${appName}"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar"
|
||||
android:theme="@style/Theme"
|
||||
android:appCategory="game"
|
||||
android:isGame="true"
|
||||
android:resizeableActivity="true"
|
||||
|
||||
7
android/src/main/res/values/style.xml
Normal file
7
android/src/main/res/values/style.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user