]> git.eshelyaron.com Git - emacs.git/commit
Enable opening mailto URLs under Android
authorPo Lu <luangruo@yahoo.com>
Fri, 22 Sep 2023 01:36:40 +0000 (09:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 22 Sep 2023 01:36:40 +0000 (09:36 +0800)
commitd71b9673a07da93cd7651540cd015636b8f66fda
tree50b19e900b61f71eafb0d6071d67fc0fc05221bb
parent9db3fbd369121ddd34e7f4febe8688d758a5dbb7
Enable opening mailto URLs under Android

* doc/emacs/android.texi (Android Startup): Mention how mailto
URLs are treated by the emacsclient wrapper.

* java/AndroidManifest.xml.in: Register `mailto' scheme filters
for EmacsOpenActivity.

* java/org/gnu/emacs/EmacsOpenActivity.java (startEmacsClient):
Extract code that starts Emacs when it isn't already running,
and take a list of arguments rather than a single file name.
(onCreate): If the scheme is `mailto', escape the URI and call
`message-mailto'.
doc/emacs/android.texi
java/AndroidManifest.xml.in
java/org/gnu/emacs/EmacsOpenActivity.java