Nucleo del sistema
com.google.android.apps.work.oobconfig
Device Setup
- Rischio
- Con cautela
- Origine
- Cos'è
- Nucleo del sistema
Cos'è
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?
Comandi
adb shell pm uninstall --user 0 com.google.android.apps.work.oobconfig
Per tornare indietro:
adb shell cmd package install-existing com.google.android.apps.work.oobconfig
Tutte le disinstallazioni elencate qui riguardano solo l'utente corrente: l'immagine di sistema non viene toccata e il comando di ripristino rimette l'app al suo posto partendo dalla copia già presente sull'apparecchio. Non si scarica nulla.
Questa non è la directory. Qui si dice cos'è un pacchetto in generale; quello che succede sul tuo televisore sta nella scheda del tuo modello, ed è quella che conta. Lo stesso pacchetto può essere zavorra su un apparecchio e reggere la schermata iniziale su un altro.