Only open url checker when long press
Instead of opening all links all the time make it so that it opens suspicious links links that are user suspicious by long pressing on it
You can sort of do this by using the send option and then choosing the app.
Reacting to long press is not possible, as that gesture is managed by android to show a list of actions. What may be possible is to add a custom action on that list: https://github.com/TrianguloY/URLCheck/issues/191
Was that what you meant?
You can sort of do this by using the send option and then choosing the app.
Reacting to long press is not possible, as that gesture is managed by android to show a list of actions. What may be possible is to add a custom action on that list: #191
Was that what you meant?
yes