; * etc/NEWS: Clarify entry regarding Android 17.

This commit is contained in:
Po Lu 2026-07-03 00:06:59 +08:00
parent 6cfb38ca95
commit 44bff5182d

View file

@ -234,11 +234,11 @@ method call returns with a D-Bus error; the error is passed as argument.
+++
*** Emacs has been updated to target Android 17.
Emacs has been updated to require the SDK for Android 17 during
compilation, and to target that version of the operating system. A
corollary of this change is that on Android 17 and later systems, it
Emacs has been updated to require the SDK for Android 17 (API level 37)
during compilation, and to target that version of the operating system.
A corollary of this change is that on Android 17 and later systems, it
must be granted permission to access nearby devices from Settings in
order to connect to hosts on local networks.
order to establish network connections to hosts on local networks.
----------------------------------------------------------------------