mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: added option for allowing app to connect with outside.
This commit is contained in:
parent
eb4e9fb115
commit
f84ee15c4b
1 changed files with 2 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue