android system app can be super annoying and cant be uninstall in easy way.
best way to uninstall is using Android Debug Bridge (adb) tool.
adb devices
adb shell
pm list packages
pm uninstall -k --user 0 name of package
emm networking ip unix
android system app can be super annoying and cant be uninstall in easy way.
best way to uninstall is using Android Debug Bridge (adb) tool.
adb devices
adb shell
pm list packages
pm uninstall -k --user 0 name of package