PrivateDNSAndroid
PrivateDNSAndroid copied to clipboard
Option to hide the app from the system launcher
Is your feature request related to a problem? Please describe.
I find the existence of the app in the launcher is useless since we just use it from the quick action menu.
Describe the solution you'd like.
Please consider add an option to hide the app from the system launcher.
Describe alternatives you've considered.
No response
Additional context
No response
I already told about this in #40
If you need the way, I csn help you how to hide after A10+
In manifest activity just change intent filter android:name="android.intent.category.LAUNCHER" to android:name="android.intent.category.DEFAULT"
If you want to create an option in settings, then You can create preference with component manager to enable and disable activity by create an activity alias with android:name="android.intent.category.DEFAULT" intent