Commit ebc01680 authored by Max Kellermann's avatar Max Kellermann

android: downgrade WRITE_EXTERNAL_STORAGE to READ_EXTERNAL_STORAGE

We're not using external storage yet, but as soon as we will, we only need to read music files, not write them.
parent 4ba7427f
......@@ -18,7 +18,7 @@
</activity>
</application>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment