Skip to content

Commit

Permalink
Merge pull request ddnet#8662 from Robyt3/Android-Manifest-Required-A…
Browse files Browse the repository at this point in the history
…ttribute

Add `required` attributes to Android manifest
  • Loading branch information
Jupeyy authored Jul 28, 2024
2 parents a898604 + 0983e81 commit 26b9d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/android/files/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
<!-- Vulkan 1.1.0 is used if supported -->
<uses-feature
android:name="android.hardware.vulkan.version"
android:required="false"
android:version="0x00401000" />
<!-- android:glEsVersion is not specified as OpenGL ES 1.0 is supported as fallback -->
<uses-feature
android:name="android.hardware.screen.landscape" />
android:name="android.hardware.screen.landscape"
android:required="true" />

<!-- Teeworlds does broadcasts over local networks -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
Expand Down

0 comments on commit 26b9d16

Please sign in to comment.