Cœur du système
com.google.android.apps.work.oobconfig
Device Setup
- Risque
- Avec précaution
- Origine
- Ce que c'est
- Cœur du système
Ce que c'est
Sets up device to be managed by EMM (Enterprise Mobility Management), which "allows organizations to securely enable employee use of mobile devices".
Might also be what does the actual management on your device, if you set it up as a work device.
Only seems to run on boot(not in the background after boot) if you haven't set up your device as a work device.
I tried to disable it through UAD, but nothing happens? Seems immune to disabling?
https://bayton.org/2020/11/google-announce-big-changes-to-zero-touch/
https://bayton.org/docs/enterprise-mobility/android/what-is-android-zero-touch-enrolment/
Contains 4 services: GcmJobService, GservicesChangedObserverService, AppMeasurementService and FirebaseInstanceIdService.
GCM(Google Cloud Messaging) was the backend for Android's push messaging system 2012-2019, after which it was replaced by FCM(Firebase Cloud Messaging). I assume the GCM/Firebase connection is for Push notification functionality.
The MANAGE_CARRIER_OEM_UNLOCK_STATE permission hints at doing something with carrier locks?
Needs Google Play Services to function?
Commandes
adb shell pm uninstall --user 0 com.google.android.apps.work.oobconfig
Pour revenir en arrière :
adb shell cmd package install-existing com.google.android.apps.work.oobconfig
Toutes les désinstallations listées ici ne concernent que l'utilisateur courant : l'image système n'est pas touchée, et la commande de restauration remet l'application en place à partir de la copie déjà présente sur l'appareil. Rien n'est téléchargé.
Ceci n'est pas le répertoire. Ici on dit ce qu'est un paquet en général ; ce qui se passe sur votre téléviseur précis figure sur la fiche de votre modèle, et c'est elle qui fait foi. Le même paquet peut être inutile sur un appareil et tenir l'écran d'accueil sur un autre.