Support for work-profile
Is it may possible to install apps that are inside a work-profile, like you could create with Shelter?
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
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 !
Thanks a lot 👍🏾