mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
android: add (disabled) android.permission.INTERNET to AndroidManifest.xml
It's required for SDL3_net
This commit is contained in:
parent
850158f83f
commit
20e01c6fbe
1 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,12 @@
|
|||
<!-- Allow access to the vibrator -->
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
<!-- Allow access to Internet -->
|
||||
<!-- if you want to connect to the network or internet, uncomment this. -->
|
||||
<!--
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
-->
|
||||
|
||||
<!-- Create a Java class extending SDLActivity and place it in a
|
||||
directory under app/src/main/java matching the package, e.g. app/src/main/java/com/gamemaker/game/MyGame.java
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue