From e71a22040e9352d5fabd11359b08ea70f2017ebc Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 19 Mar 2024 12:17:43 +0800 Subject: [PATCH] Update android.texi * doc/emacs/android.texi (Android Startup): Describe /content/by-authority-named. (cherry picked from commit a7cb220523d881449a2dba683e7358b3312fd482) --- doc/emacs/android.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index a45ec84f3f0..56bfa2591f6 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi @@ -143,11 +143,13 @@ that if that Emacs in turn does not start the Emacs server, subsequent attempts to open the file with the wrapper will fail. @cindex /content/by-authority directory, android +@cindex /content/by-authority-named directory, android Some files are given to Emacs as ``content identifiers'' that the system provides access to outside the normal filesystem APIs. Emacs -uses a pseudo-directory named @file{/content/by-authority} to access -those files. Do not make any assumptions about the contents of this -directory, or try to open files in it yourself. +uses pseudo-directories named @file{/content/by-authority} and +@file{/content/by-authority-named} to access those files. Do not make +any assumptions about the contents of this directory, or try to open +files in it yourself. This feature is not provided on Android 4.3 and earlier, in which case such files are copied to a temporary directory before being -- 2.39.5