diff options
| author | Po Lu | 2024-04-20 20:44:30 +0800 |
|---|---|---|
| committer | Po Lu | 2024-04-20 20:46:17 +0800 |
| commit | 571fd42d48a0d99b7b210bd218836bd2f6ce2ccf (patch) | |
| tree | b69f859170af2f803c8677b94d440979c1c37336 /src/android.c | |
| parent | 9ea415cde3c602f5f13e4425ca508700b8118ffb (diff) | |
| download | emacs-571fd42d48a0d99b7b210bd218836bd2f6ce2ccf.tar.gz emacs-571fd42d48a0d99b7b210bd218836bd2f6ce2ccf.zip | |
Eliminate minor wart in EmacsService.java
* java/org/gnu/emacs/EmacsService.java (openContentUri): Replace
arg BYTES with URI and change its type to String.
* src/android.c (android_init_emacs_service):
* src/androidvfs.c (android_authority_name)
(android_authority_open): Adjust commentary and code to match.
Diffstat (limited to 'src/android.c')
| -rw-r--r-- | src/android.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.c b/src/android.c index 507ffc458d8..7a7eadc946a 100644 --- a/src/android.c +++ b/src/android.c | |||
| @@ -1632,7 +1632,7 @@ android_init_emacs_service (void) | |||
| 1632 | FIND_METHOD (reset_ic, "resetIC", | 1632 | FIND_METHOD (reset_ic, "resetIC", |
| 1633 | "(Lorg/gnu/emacs/EmacsWindow;I)V"); | 1633 | "(Lorg/gnu/emacs/EmacsWindow;I)V"); |
| 1634 | FIND_METHOD (open_content_uri, "openContentUri", | 1634 | FIND_METHOD (open_content_uri, "openContentUri", |
| 1635 | "([BZZZ)I"); | 1635 | "(Ljava/lang/String;ZZZ)I"); |
| 1636 | FIND_METHOD (check_content_uri, "checkContentUri", | 1636 | FIND_METHOD (check_content_uri, "checkContentUri", |
| 1637 | "(Ljava/lang/String;ZZ)Z"); | 1637 | "(Ljava/lang/String;ZZ)Z"); |
| 1638 | FIND_METHOD (query_battery, "queryBattery", "()[J"); | 1638 | FIND_METHOD (query_battery, "queryBattery", "()[J"); |