diff options
| author | Po Lu | 2023-03-12 09:53:41 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-12 09:53:41 +0800 |
| commit | b83324d1bd5fcab98c6fed71f65424f7017a9a82 (patch) | |
| tree | ab14b8fd81c5866cc2500235ea26f8397595fa2d /java/AndroidManifest.xml.in | |
| parent | 26640b7a4f945e28531575467353c6b9c6f4974a (diff) | |
| download | emacs-b83324d1bd5fcab98c6fed71f65424f7017a9a82.tar.gz emacs-b83324d1bd5fcab98c6fed71f65424f7017a9a82.zip | |
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.
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -rw-r--r-- | java/AndroidManifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. --> | |||
| 69 | android:supportsRtl="true" | 69 | android:supportsRtl="true" |
| 70 | android:theme="@style/EmacsStyle" | 70 | android:theme="@style/EmacsStyle" |
| 71 | android:debuggable="@ANDROID_DEBUGGABLE@" | 71 | android:debuggable="@ANDROID_DEBUGGABLE@" |
| 72 | @ANDROID_SHARED_USER_ID@ | ||
| 72 | android:extractNativeLibs="true"> | 73 | android:extractNativeLibs="true"> |
| 73 | 74 | ||
| 74 | <activity android:name="org.gnu.emacs.EmacsActivity" | 75 | <activity android:name="org.gnu.emacs.EmacsActivity" |