1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Make --with-shared-user-id work

* configure.ac (ANDROID_SHARED_USER_NAME): New variable.
Substitute it.
* java/AndroidManifest.xml.in: Set `sharedUserLabel' if a shared
user ID is enabled.
* java/res/values/strings.xml (shared_user_name): New string
resource.
This commit is contained in:
Po Lu 2023-07-14 20:30:30 +08:00
parent cb4ea3e7fb
commit 11c8a2fa87
3 changed files with 15 additions and 1 deletions

View file

@ -36,4 +36,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<string name="erase_dump_caption">
Remove the dumped state created when Emacs was installed.
</string>
<!-- This resource describes the purpose of any `sharedUserId'
specified at configure-time. -->
<string name="shared_user_name">
Emacs shared user
</string>
</resources>