fdroidcl icon indicating copy to clipboard operation
fdroidcl copied to clipboard

Support for work-profile

Open Mannshoch opened this issue 5 years ago • 3 comments

Is it may possible to install apps that are inside a work-profile, like you could create with Shelter?

Mannshoch avatar Apr 16 '20 12:04 Mannshoch

I'm not sure. There's https://github.com/mvdan/fdroidcl/issues/37, which seems similar. I don't know what work profiles are, or how they compare to users. How do you use adb install to install an app for a specific work profile?

It doesn't look like this is supported, from what I can find: https://stackoverflow.com/questions/27139281/installing-app-to-managed-profile

mvdan avatar Apr 16 '20 12:04 mvdan

Hello, See https://github.com/mvdan/fdroidcl/issues/37 Implemented with v0.7.0.

Maybe improve some documentation ?

./fdroidcl version
v0.7.0
 ./fdroidcl install --user 0 org.mozilla.fennec_fdroid
 ./fdroidcl install --user 10 com.simplemobiletools.flashlight

(Just building the project, missing some stuff with older package from Debian stable) Also, thanks for maintening the project !

Xanatos00 avatar Apr 25 '24 12:04 Xanatos00

Thanks a lot 👍🏾

Mannshoch avatar Apr 26 '24 09:04 Mannshoch