microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.67k stars 1.73k forks source link

Work app store #2553

Open fynngodau opened 2 months ago

fynngodau commented 2 months ago

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:

Current screenshot:

Screenshot_1727017306

ale5000-git commented 2 months ago

@fynngodau Can it help with Shelter? https://f-droid.org/it/packages/net.typeblog.shelter/

fynngodau commented 2 months ago

@ale5000-git No. This PR adds support for Device Policy Controller apps that want to register a Work google account. See #2521.

ale5000-git commented 2 months ago

Shelter use a work profile, and I remember it was failing on my device but I'm not sure if the issue is with microG or with the ROM.

DaVinci9196 commented 1 month ago

@fynngodau Can the download and notification process of game sub-packages be incorporated into this project? The corresponding functions have been implemented in https://github.com/microg/GmsCore/pull/2506.

fynngodau commented 1 month ago

@DaVinci9196 That would be beneficial, though I will not incorporate another PR into this one as it is already quite large.