google / google/bundletool

Support multi-user scenario for local testing

Open
#370 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
4k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

Problem: Can't test non-primary user (=userId=0) case on Android

`install-apks` only pushes data to `/sdcard`, but `adb shell` only supports `/sdcard` for primary user.

**Describe the solution you'd like**

Take extra parameter `--user-id`, so data can be pushed to per-user storage (`/data/media/${user_id}/`)

**Additional context**

You can reproduce the issue by creating additional user, and try test app installation there.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.