I installed facebook to watch some live event. after that, i uninstalled the app.few days after i was watching youtube ads related the that event.
after little searching i found there are hidden java packages still install in my phone.
There extra bloatware exits even after uninstall
package:com.facebook.system
package:com.facebook.services
package:com.facebook.appmanager
you can uninstall them by these commands
adb shell pm list packages
adb uninstall --user 0 <pkg_name>
Top comments (0)