System core
com.android.wifi.system.mainline.resources.overlay
- Risk
- With care
- Source
- Android itself
- What it is
- System core
What it is
Related to the Wi-Fi module and its resources overlay.
The Wi-Fi module in Android is updatable, meaning it can receive updates to functionality outside of the normal Android release cycle.
The module provides a consistent Wi-Fi experience across Android devices and allows for fixes to interoperability issues through module updates
https://source.android.com/docs/core/ota/modular-system/wifi
Commands
adb shell pm uninstall --user 0 com.android.wifi.system.mainline.resources.overlay
To put it back:
adb shell cmd package install-existing com.android.wifi.system.mainline.resources.overlay
Every removal listed here is per-user only: the system image is untouched, and the restore command puts the app back from the copy already on the device. Nothing is downloaded.
This is not the directory. Here we say what a package is in general; what happens on your particular television is on your model's entry, and that one wins. The same package can be dead weight on one set and hold the home screen up on another.