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

Commit 23f10831 authored by Steve Elliott's avatar Steve Elliott
Browse files

add post_notification permission to manifest

so the package can send notifications on T+

Test: `adb shell settings put secure notification_permission_enabled 1`
      and verify app doesn't crash when attempting to post notification
Bug: 194833441
Change-Id: Ib94dee1b0a084d036057b222bc4d05fdd7618ed9
parent a4374e60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
    <uses-permission android:name="android.permission.READ_BLOCKED_NUMBERS"/>
    <uses-permission android:name="android.permission.WRITE_BLOCKED_NUMBERS"/>
    <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
    <uses-permission android:name="com.android.phone.permission.ACCESS_LAST_KNOWN_CELL_ID"/>

    <permission android:name="android.permission.BROADCAST_CALLLOG_INFO"