So, I understand that if I install an app in tha Admin profile I can "push" the app on other user profiles.
But what I'd like to do is install Google Play on a second profile, safely install the apps I need from the Google Store and then "activate" some of those apps also on admin profile without installing Goggle Play in Admin.
Would I be able to do that? I don't want to install another app store so if it's not feasible should I somehow "extract" the apk on the second profile and install it on Admin?
Installing apps from second profile
Maybe there's a better way but this works:
adb shell 'pm install-existing --user 0 com.example.app'
8 months later
Does anyone know of a more elegant way of doing this? I'd like to achieve the same thing, install apps on a second profile and then "push" them to either the main profile or a different profile.
schuflai
Check the reply here - https://discuss.grapheneos.org/d/4842-app-tracking/6
@treequell @Oggyo makes sense, thanks for the replies!