]> git.eshelyaron.com Git - emacs.git/commit
Treat empty mailto URIs properly under Android
authorPo Lu <luangruo@yahoo.com>
Fri, 20 Oct 2023 07:03:56 +0000 (15:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 Oct 2023 07:03:56 +0000 (15:03 +0800)
commit90bfb1075d1615da7f80432d6c3465210bb96f0d
tree8feab13ae93e38576f9266116d4726078330332b
parente170869712295a97815044a89fa4157450f1674d
Treat empty mailto URIs properly under Android

* java/org/gnu/emacs/EmacsOpenActivity.java (onCreate): If an
empty mailto: URI is supplied, ascertain if EXTRA_EMAIL is set,
then derive a mailto URI from that if so.
java/org/gnu/emacs/EmacsOpenActivity.java