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

Commit 980ccdca authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Declare READ_EXTERNAL_STORAGE permission for Telecom.

We have seen some bugs where playing a ringtone installed by a third party
app results in a failure to play the ringtone.

Test: Compile
Bug: 74051324
Merged-In: I08d548b615a16e190cb7c03ffa6f731fe7ac9a3f
Change-Id: I08d548b615a16e190cb7c03ffa6f731fe7ac9a3f
(cherry picked from commit 9ca0f2cb)
parent a4b839b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
    <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" />
    <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
    <uses-permission android:name="android.permission.READ_CALL_LOG" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.WRITE_CALL_LOG" />