How can I remove an app from the launcher of an rooted device ?
It depends on what launcher you have, but maybe this will help:
https://play.google.com/store/apps/details?id=com.thinkyeah.apphider&hl=en
http://tricksnow.com/how-to-hide-apps-on-android-with-root-and-without-root/
And if you want to uninstall bloatware apps:
https://play.google.com/store/apps/details?id=zsj.android.systemappremover&hl=en
i find this may it helps
Uri uri = Uri.parse("package:com.domain.app");
Intent i = new Intent(Intent.ACTION_DELETE, uri);
startActivity(i);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With