You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I optionally donated to support the Fossify mission.
Feature description
A simple feature where the app hides itself from the stock launcher when it's enabled by the user. Similar examples can be Vanced Microg, Openboard.
Why do you want this feature?
While this feature can be easily replaced by a custom launcher or by the stock launcher already having it by default ( e.g. samsung launcher ) , many devices might not have it or cannot use a custom launcher because of several issues.
For example, in my case :
I am on android 10 and I cannot use a custom launcher because I use gesture navigations, and whenever I use any launcher other than the stock one they get disabled and changed to Three Button Navigation. Of course, I can always use "adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural" but it's useless. Since 1. QS will use the default launcher and therefore have 2 launchers running at the same time, consuming more memory ; and 2. because the adb command will get reset every reboot, ergo returning to three button navigation which messes up my muscle memory.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hiding the app icon from the launcher in Android 10 and above isn't directly supported by the Android operating system due to security and usability concerns.
It doesn't specifically have to be for android 10 only tho. I just gave an example using my own OS but on my momma you can't do shit on it android 10 is the worst on god
The app doesn't have a launcher activity that is enabled by default. A launcher activity has an intent containing the ACTION_MAIN action and the CATEGORY_LAUNCHER category.
For now, the second point is true for Fossify Keyboard but I don't think 'apps hiding themselves' is a good idea.
Checklist
Feature description
A simple feature where the app hides itself from the stock launcher when it's enabled by the user. Similar examples can be Vanced Microg, Openboard.
Why do you want this feature?
While this feature can be easily replaced by a custom launcher or by the stock launcher already having it by default ( e.g. samsung launcher ) , many devices might not have it or cannot use a custom launcher because of several issues.
For example, in my case :
I am on android 10 and I cannot use a custom launcher because I use gesture navigations, and whenever I use any launcher other than the stock one they get disabled and changed to Three Button Navigation. Of course, I can always use "adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural" but it's useless. Since 1. QS will use the default launcher and therefore have 2 launchers running at the same time, consuming more memory ; and 2. because the adb command will get reset every reboot, ergo returning to three button navigation which messes up my muscle memory.
Additional information
No response
The text was updated successfully, but these errors were encountered: