From b83324d1bd5fcab98c6fed71f65424f7017a9a82 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 12 Mar 2023 09:53:41 +0800 Subject: Update Android port * configure.ac: Take option `--with-shared-user-id' and give it to AndroidManifest.xml.in. * java/AndroidManifest.xml.in: Substitute that into the application info. * java/INSTALL (BUILDING WITH A SHARED USER ID): New section. --- java/AndroidManifest.xml.in | 1 + java/INSTALL | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) (limited to 'java') diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 4ebfe470c0a..f7f834e7582 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in @@ -69,6 +69,7 @@ along with GNU Emacs. If not, see . --> android:supportsRtl="true" android:theme="@style/EmacsStyle" android:debuggable="@ANDROID_DEBUGGABLE@" + @ANDROID_SHARED_USER_ID@ android:extractNativeLibs="true">