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

Commit e5b01e84 authored by Jonathan Klee's avatar Jonathan Klee Committed by Nishith Khanna
Browse files

Add Ntfy

parent e1198e4b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,8 @@ PRODUCT_PACKAGES += \
    WebCalendarManager \
    WebCalendarManager \
    Talkback \
    Talkback \
    mapsOverlay \
    mapsOverlay \
    eCalendar
    eCalendar \
    Ntfy


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


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

</exceptions>
</exceptions>