rust-mobile / cargo-apk

Helps cargo build APKs
Apache License 2.0
101 stars 28 forks source link

only install for the current user #57

Closed HookedBehemoth closed 2 months ago

HookedBehemoth commented 6 months ago

See https://source.android.com/docs/devices/admin/multi-user-testing

I have a work profile setup on my android phone and upstream cargo-apk will install applications for multiple users and later fail the uidof call, as multiple versions are installed. With this patch I attempt to get the current user-id and force the install and logcat listener onto that users profile.