Memu — Debloat

adb shell pm list packages This will output a massive list. Look for these common Memu bloat packages:

| App Name | Package Name (Safe to Remove) | | :--- | :--- | | MEmu Launcher | com.microvirt.launcher (Removing this bricks your UI unless you have a replacement launcher) | | MEmu Lounge | com.microvirt.lounge | | MEmu App Store | com.microvirt.market | | Game Center | com.microvirt.gamecenter | | Email | com.android.email | | Exchange Services | com.android.exchange | | Browser | com.android.browser | | Calendar | com.android.calendar | | Music | com.android.music | | Weather | com.android.weather | | Google Play Books | com.google.android.apps.books | | Google Play Movies | com.google.android.apps.movies | | Google Drive | com.google.android.apps.docs | | Google Music | com.google.android.music | For each package you want to remove, use the uninstall command. Note you are uninstalling for the current user (which is effectively permanent for this instance). debloat memu

adb shell pm uninstall --user 0 com.microvirt.lounge Remove the stock browser: adb shell pm list packages This will output a massive list