chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.49k stars 98 forks source link

No icon in app drawer #514

Closed gerard87 closed 3 months ago

gerard87 commented 3 months ago

I see the default app icon in the app drawer instead of the expected one. In app info settings it shows the proper one. Android 14, pixel 8 pro. It's the only app I have with that issue.

Screenshot_20240314-195007 Screenshot_20240314-195037

chenxiaolong commented 3 months ago

This is usually caused by root hiding modules, like Shamiko. They sometimes cause Android's system components to not be able to read the icon from BCR's .apk (because things are hidden).

Can you list which root solution you're using (Magisk/KernelSU/etc.) and every module you have installed?

gerard87 commented 3 months ago

You're right, the issue was pixel launcher in magisk deny list. After disabling it and clear launcher data the icon was back. Thank you so much and sorry for the noise.

chenxiaolong commented 3 months ago

No worries! Thanks for reporting back.