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

Commit ee890428 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch 'v1-s-simpleran' into 'v1-s'

Add Ntfy

See merge request !154
parents 0f453328 33dcce01
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ PRODUCT_PACKAGES += \
    WebCalendarManager \
    Talkback \
    mapsOverlay \
    eCalendar
    eCalendar \
    Ntfy

# Removes proprietary apps
PRODUCT_PACKAGES += \
+5 −0
Original line number Diff line number Diff line
@@ -198,5 +198,10 @@
        <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
    </exception>

    <exception package="io.heckel.ntfy">
        <!-- Notifications -->
        <permission name="android.permission.POST_NOTIFICATION" fixed="false"/>
    </exception>

</exceptions>