]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant encoding of strings in androidvfs.c
authorPo Lu <luangruo@yahoo.com>
Fri, 10 May 2024 03:42:37 +0000 (11:42 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:40:48 +0000 (15:40 +0200)
commitd4ea0e5ddd39134590d85ebf12d622e706fffdfe
tree57123b8cebbc0b2204f078cc48228cc0eedc047d
parentbb18bdbd88ed5250aec05a10a5cdd0c35a958b75
Remove redundant encoding of strings in androidvfs.c

* java/org/gnu/emacs/EmacsService.java (getDocumentTrees):
Accept PROVIDER as a String.

* src/android.c (android_init_emacs_service):

* src/androidvfs.c (android_saf_root_opendir): Adjust to match.

(cherry picked from commit ea2b251ab2b2bc9a3d6f52a22408655be20de266)
java/org/gnu/emacs/EmacsService.java
src/android.c
src/androidvfs.c