Skip to content

Commit

Permalink
cargo-apk: Document shared_user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 9, 2023
1 parent 558adff commit bc37d00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cargo-apk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ strip = "default"
# according to the specified build_targets.
runtime_libs = "path/to/libs_folder"

# The name of a Linux user ID that is shared with other apps. By
# default, Android assigns each app its own unique user ID. However, if
# this attribute is set to the same value for two or more apps, they all
# share the same ID, provided that their certificate sets are identical.
# Apps with the same user ID can access each other's data and, if
# desired, run in the same process.
shared_user_id = "my.shared.user.id"

# Defaults to `$HOME/.android/debug.keystore` for the `dev` profile. Will ONLY
# generate a new debug.keystore if this file does NOT exist. A keystore is never
# auto-generated for other profiles.
Expand Down

0 comments on commit bc37d00

Please sign in to comment.