xml: added option for allowing app to connect with outside.

This commit is contained in:
rafal1137 2019-01-18 19:28:27 +01:00
parent eb4e9fb115
commit f84ee15c4b

View file

@ -26,6 +26,8 @@
android:name="android.hardware.type.pc"
android:required="false" />
<!-- Allow access to internet -->
<uses-permission android:name="android.permission.INTERNET" />
<!-- Allow writing to external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- Allow access to the vibrator -->