summaryrefslogtreecommitdiff
path: root/java/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-07-15 09:53:22 +0800
committerPo Lu <luangruo@yahoo.com>2023-07-15 09:53:22 +0800
commite9a39fd89831e83708928409ec473b493845196f (patch)
treea3c5f383a390dc2c512419615d1899fff7751e69 /java/AndroidManifest.xml.in
parentb6be92ffb69107ee224bd2f883bc621845ce9a33 (diff)
Update Android port
* doc/emacs/android.texi (Android): Add new node to menu. (Android Environment): Add footnote pointing to new node. (Android Software): New node. * doc/emacs/emacs.texi (Top): Add new node to menu. * java/AndroidManifest.xml.in (manifest): Fix location of sharedUserId property. * java/INSTALL: Improve documentation of shared user ID support.
Diffstat (limited to 'java/AndroidManifest.xml.in')
-rw-r--r--java/AndroidManifest.xml.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in
index 3aae2032fff..895e7f88c57 100644
--- a/java/AndroidManifest.xml.in
+++ b/java/AndroidManifest.xml.in
@@ -25,6 +25,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:targetSandboxVersion="1"
android:installLocation="auto"
android:requestLegacyExternalStorage="true"
+ @ANDROID_SHARED_USER_ID@
+ @ANDROID_SHARED_USER_NAME@
android:versionCode="@emacs_major_version@"
android:versionName="@version@">
@@ -74,8 +76,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
android:supportsRtl="true"
android:theme="@style/EmacsStyle"
android:debuggable="@ANDROID_DEBUGGABLE@"
- @ANDROID_SHARED_USER_ID@
- @ANDROID_SHARED_USER_NAME@
+ android:allowBackup="true"
android:extractNativeLibs="true">
<activity android:name="org.gnu.emacs.EmacsActivity"