Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Android Working Profile #28

Open
3 tasks done
theolm opened this issue Jul 5, 2024 · 1 comment
Open
3 tasks done

Support Android Working Profile #28

theolm opened this issue Jul 5, 2024 · 1 comment
Assignees
Labels
Feature request help wanted Extra attention is needed

Comments

@theolm
Copy link
Owner

theolm commented Jul 5, 2024

Describe your suggested feature

The app should support sideloading in the working profile.

Other details

there are some app that support it:
1. island by oasis feng
2. Insular fork of island without proprietary or unnecessary things
3. any app that support ADB privilege to installing apk on selected or all user
ex: AM

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@theolm theolm mentioned this issue Jul 5, 2024
3 tasks
@theolm theolm self-assigned this Jul 5, 2024
@theolm theolm added the help wanted Extra attention is needed label Oct 16, 2024
@theolm
Copy link
Owner Author

theolm commented Oct 16, 2024

I don't have time to work on this one. I did spend quite some time trying to set up/use and sideload apps into a working profile, but it was a nightmare. I would rather delegate this task to someone who knows more about it.

By the way, I did not find anything in the Inslular codebase that indicates that the app would work on working profiles, but maybe these two permissions have something to do with it.

<uses-feature android:name="android.software.device_admin" android:required="true" />
<uses-feature android:name="android.software.managed_users" android:required="true" />

https://gitlab.com/secure-system/Insular/-/blob/dev-ci/mobile/src/main/AndroidManifest.xml?ref_type=heads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant