Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide app icon from launcher #30

Open
6 of 7 tasks
onegladius opened this issue Feb 7, 2024 · 3 comments
Open
6 of 7 tasks

Hide app icon from launcher #30

onegladius opened this issue Feb 7, 2024 · 3 comments
Labels
feature request Issue is about a new feature in the app needs triage Issue is not yet ready for PR authors to take up

Comments

@onegladius
Copy link

Checklist

  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.
  • 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

@onegladius onegladius added feature request Issue is about a new feature in the app needs triage Issue is not yet ready for PR authors to take up labels Feb 7, 2024
@Aga-C Aga-C removed the needs triage Issue is not yet ready for PR authors to take up label Feb 7, 2024
@WillBBHM
Copy link

@onegladius
Copy link
Author

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

@Aga-C Aga-C added the needs triage Issue is not yet ready for PR authors to take up label Jan 11, 2025
@naveensingh
Copy link
Member

naveensingh commented Jan 11, 2025

Just wanted to add, it is still possible to hide app icons but at least one of the following has to be true:

  • The app is a system app.
  • The app doesn't request any permissions.
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is about a new feature in the app needs triage Issue is not yet ready for PR authors to take up
Projects
None yet
Development

No branches or pull requests

4 participants