-
Notifications
You must be signed in to change notification settings - Fork 3
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
Launcher default apps intent opens wrong screen on HUAWEI Mate 10 Lite #3
Comments
I love your enthusiasm, but unfortunately, I'm not planning to open-source it (or introduce new developers to the project, even ones as awesome as you 😢). I would love to tweak those things for you though! Those could be beneficial for the entire Android Dev Launcher community. -- So you're saying that you're seeing the incorrect screen after tapping |
Which settings value are you currently using? |
If it's Android 8, it should be |
The intent suggested here works for me: https://stackoverflow.com/a/54191831/1251958 Directly opens the default apps screen: What about:
|
Yes, I can totally do that. It actually fits with all my "fallback"-mechanisms quite well, I just need to add an Random question, is this your only Huawei device? Maybe you've got something with another OS version as well? I'd be mostly interested in:
|
Unfortunately not, sorry. The only other Huawei device I currently have here runs Android 2.3 😁. I've set your launcher already up on a few different ROM types (MIUI, OxygenOS etc.). So far this one was the only one that was problematic. If I find other I'll probably raise another issue ticket 🍻. Offtopic too, FYI: There was one device, either a OnePlus Nord2 5G or Redmi A2, where ADB didn't have enough permissions to grant the WRITE_SECURE_SETTINGS. The device was rooted though, and that worked then. Not much you can do about that though 🤷 |
Android 8
This is the screen we get to:
Screenshot_20230821_191514
and this is the one where it can be changed:
https://www.youtube.com/watch?v=4dIsi0q2Nes
The screen we need to get to is:
Can debug this further if you give me source-code access. Really love your apps, would love to tweak little things for my workflow 🍻
The text was updated successfully, but these errors were encountered: