-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Work app store #2553
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
Merged
Merged
Work app store #2553
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Marvin W <[email protected]>
Verify that work accounts are only added by device owners or profile owners. For instance, Microsoft Intune will create a work profile (moving itself to the work profile in the process) before using the work account servce to create a work account, so at that point it will already be profile owner. Apps that are not the profile owner will subsequently not be able to disable the work account authenticator or remove the work account. The personal account would not have an owner and thus no application could enable the work account provider there.
Nonfunctional attempt.
i.e. even if no work profile was created
Specifically: sharing check-in data between work and primary profile breaks work vending functionality.
For installing trichrome static libraries like in https://gitlab.com/AuroraOSS/AuroraStore/-/issues/346.
fynngodau
commented
Mar 19, 2025
vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt
Outdated
Show resolved
Hide resolved
mar-v-in
approved these changes
Mar 31, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
calyxos-gerrit
pushed a commit
to CalyxOS/platform_external_microg_GmsCore
that referenced
this pull request
Apr 24, 2025
Per microg/GmsCore#2553 "automatically install / remove apps on demand of dpc controller → for future investigations", not implemented Change-Id: Idaf05ef29c556c921d88da93b3a8f861847497d1
calyxos-gerrit
pushed a commit
to CalyxOS/lfs_prebuilts_calyx_microg
that referenced
this pull request
Apr 24, 2025
* 0.3.6.250932-220 (6f92b0d) (250932232) Per microg/GmsCore#2553 "automatically install / remove apps on demand of dpc controller → for future investigations", not implemented Change-Id: Idaf05ef29c556c921d88da93b3a8f861847497d1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supersedes and contains #2500. Supersedes and contains #2521.
Allows users to download apps to their work profile using the special vending component "Work app store". This component is disabled, and enabled only when a work profile is added (which in turn can only be done by a device or profile admin).
Yet to do:
/getEnterpriseClientPolicy
INTERACT_ACROSS_USERS
permission for this)Mostly up-to-date screenshot: