GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281b903
)
Fix network on android
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 20 Feb 2018 15:07:30 +0000
(18:07 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Sat, 17 Mar 2018 00:04:27 +0000
(
02:04
+0200)
android/AndroidManifest.xml
patch
|
blob
|
history
diff --git
a/android/AndroidManifest.xml
b/android/AndroidManifest.xml
index b04bcf33f5412f570d9a1c50680b17a6c81b68cd..e4b81a339e375fcf0861deccd28e2d407aab6372 100644
(file)
--- a/
android/AndroidManifest.xml
+++ b/
android/AndroidManifest.xml
@@
-21,6
+21,10
@@
<!-- if you want to capture audio, uncomment this. -->
<!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> -->
+ <!-- Allow networking -->
+ <uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+
<application android:label="Doom2D Forever"
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
DEADSOFTWARE 2012-2025