Núcleo del sistema
com.google.android.apps.work.oobconfig
Device Setup
- Riesgo
- Con cuidado
- Origen
- Qué es
- Núcleo del sistema
Qué es
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?
Comandos
adb shell pm uninstall --user 0 com.google.android.apps.work.oobconfig
Para volver atrás:
adb shell cmd package install-existing com.google.android.apps.work.oobconfig
Todas las desinstalaciones listadas aquí afectan solo al usuario actual: la imagen del sistema no se toca y el comando de restauración devuelve la aplicación a partir de la copia que ya está en el aparato. No se descarga nada.
Esto no es el directorio. Aquí se dice qué es un paquete en general; lo que pasa en tu televisor concreto está en la ficha de tu modelo, y esa manda. El mismo paquete puede sobrar en un aparato y sostener la pantalla de inicio en otro.