'AOSP 11 How to hide the system app icon in home/launcher

AOSP11、Android11,I have the source code of the system,I want to hide the system app icon, such as Settings, when I remove the <category android:name="android.intent.category.LAUNCHER" /> in AndroidManifest.xml of Settings, but it didn't take effect.Is there any other way?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source