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:
parent
cb4ea3e7fb
commit
11c8a2fa87
3 changed files with 15 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue