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

Commit d70d0b54 authored by Aid Farhan Maarof's avatar Aid Farhan Maarof
Browse files

Add SET_ALARM permission for SystemUI

If one or more third-party alarm clock app is installed, clicking clock should open an app chooser for the alarm clock. However, permission for com.android.alarm.permission.SET_ALARM is required to make this behaviour work properly.

See http://forum.xda-developers.com/showpost.php?p=33155463&postcount=2749 for symptom if this permission is not assigned.

Change-Id: Iaf8cb9aba6e53da021da5373493b1419096e91fa
parent 296e1f46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
    <uses-permission android:name="android.permission.STATUS_BAR" />
    <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
    <uses-permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK" />
    <uses-permission android:name="com.android.alarm.permission.SET_ALARM" />

    <!-- Networking and telephony -->
    <uses-permission android:name="android.permission.BLUETOOTH" />