]> git.eshelyaron.com Git - emacs.git/commit
Correctly export file:// URIs on Android
authorPo Lu <luangruo@yahoo.com>
Thu, 1 Jun 2023 08:31:50 +0000 (16:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 1 Jun 2023 08:31:50 +0000 (16:31 +0800)
commit0014a10b242bac62b0ba913a5ee4da4cfbe07f41
treea591fd5903f519f8278e991eb5ea5093d74b60f6
parentaed0a11147e29fc73405f1815fef91ecf6cca7fb
Correctly export file:// URIs on Android

* java/org/gnu/emacs/EmacsService.java (browseUrl): If uri's
scheme is `file', rewrite it into a content URI.
java/org/gnu/emacs/EmacsService.java