-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
"No apps" shown in URLcheck #350
Comments
That's really odd, I don't remember any change in the v2.15 that may explain the issue... |
have you tried restarting the device? This happens to me after I update the app from Play Store. after a restart the issue will be fixed for me |
I was having a similar issue after I changed the method of installation. Restarting resolved the issue. |
It's really odd that a restart is required, but I'll keep that in mind if it is reported again. Thanks for the solution! |
also ran into this bug after my phone randomly restarted itself EDIT: several restarts later, it seems the issue happens with every other restart. As in, one restart makes the issue happen, a second restart solves it, a third brings it back, a fourth solves it again, and so on... btw I'm on a samsung a32, android 13, oneUI 5.1 |
Hi guys, thanks for follow-up, tbh not sure why but after some time it solved. Could be because of restarting but can't confirm |
The exact issue is happening for me too, also when it shows there are no lost of browsers instead it shows be only one browser |
@TrianguloY how can we help regarding this? |
I honestly have no idea, both about the issue itself and how to fix and solve it. I added the label to mark that this needs help from someone who knows about this specific android feature. Hmm, that gave me an idea, I'll add the output of the android call to the debug module, that way when the bug happens you should be able to see and copy that information and at least know if the issue is with android itself or with the app. |
Happend to me again. But restarting did not help this time. Seems to be related to Issue #353. Anyone having this issue not on Samsung? |
I'm using samsung device, did not get the update yet. will update here once I get an update |
Further evidence that the problem is not on URLcheck itself... EDIT: ok, I got to compare the debug output between occurrences with and without the bug... the difference between both, when clicking the same link is that i.e.
clicking URLChecker's own test URL:
so I guess something in the system is blocking URLChecker's access to the list of apps except itself... but just sometimes? |
I guess this issue occurs on Samsung devices only? maybe knox is doing something? I got this issue again today but had to restart twice to make it work. sometimes it just occurs when I reboot even without updating. if I use anything logcat app, can I capture any logs of the app that can be useful? |
I'm not sure if logcat would help, but you can try. Just filter for the app and record all events that happen when you click on a link (it may be also a good idea to not filter by the app, sometimes the errors are on system packages). But from the tests by previous users (many thanks!) it does seem like the issue is with the system itself and not the app (or at least not with the app code, I still can't discard an issue with the app configuration, although that would be very odd). If the debug module returns empty lists for both of the queryIntent calls...that's android itself reporting no apps for that intent :/ |
Steps to reproduce
Expected behavior
Expected is that any browser should be shown (as it did usually but after updating to v2.15 this bug seem to appear)
Actual behavior
No apps shown as you can see in the screenshot
URLCheck version
2.15
Android version
13
Android Custom/Specific ROM or Device
Stock
Other details
Acknowledgements
The text was updated successfully, but these errors were encountered: