Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cd619db authored by Michael Chan's avatar Michael Chan
Browse files

Added READ_EXTERNAL_STORAGE permission so it can play /sdcard/Alarms/*

Bug: 6605509
Change-Id: I444515dcbfd35cda8f6162d860001d14c97bf1e7
parent 06a3ac0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
    <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.DEVICE_POWER" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

    <application android:label="@string/app_label"
                 android:icon="@mipmap/ic_launcher_alarmclock">