Commit fd293c7c authored by Po Lu's avatar Po Lu
Browse files

; Check in missing change to AndroidManifest.xml.in

* java/AndroidManifest.xml.in: Register CancellationReceiver.
parent 2704ec54
Pipeline #28476 failed with stage
in 7 minutes and 55 seconds
......@@ -316,6 +316,13 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
</intent-filter>
</provider>
<receiver android:name=".EmacsDesktopNotification$CancellationReceiver"
android:exported="false">
<intent-filter>
<action android:name="org.gnu.emacs.DISMISSED" />
</intent-filter>
</receiver>
<service android:name="org.gnu.emacs.EmacsService"
android:directBootAware="false"
android:enabled="true"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment