I’m having an issue after some edits were made to a custom ROM. The Google Gallery app icon is appearing twice on my home screen.
- I checked the package manager list through “adb shell”, and it shows only one package name for the Gallery app.
- I also checked Settings → Apps, and it shows only one Gallery app installed.
- However, on the home screen (desktop), the Gallery icon appears twice.
So it looks like there is only one actual Gallery package installed, but the launcher/home screen is somehow creating or displaying two icons for the same app.
Has anyone seen this issue before or know what could cause the launcher to display the same app twice?
Decompile the apk in mt manager (or use apktool, I just figure this will be easier for you), open dex editor with all classes.dex and do a search for the gallery package name.