mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: added reading from exnteral storage in AndroidManifest
This commit is contained in:
parent
07ead6f48d
commit
e95ac16257
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@
|
|||
|
||||
<!-- Allow access to internet -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<!-- Allow writing to external storage -->
|
||||
<!-- Allow writing to external storage and reading from it -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<!-- Allow access to the vibrator -->
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue