We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As title, the old wrapper method is not there anymore, attached screenshot shows currently working patch
Matching pattern:
(Landroid/content/Context;Ljava/lang/String;)Z
android.intent.category.BROWSABLE
(2 commented blocks with same smali code)
# increase local register count to 8 first new-instance v6, Landroid/content/Intent; const-string v7, "android.intent.action.VIEW" invoke-virtual {v3}, Landroid/content/Intent;->getData()Landroid/net/Uri; move-result-object p2 invoke-direct {v6, v7, p2}, Landroid/content/Intent;-><init>(Ljava/lang/String;Landroid/net/Uri;)V const v7, 0x0 invoke-static {v6, v7}, Landroid/content/Intent;->createChooser(Landroid/content/Intent;Ljava/lang/CharSequence;)Landroid/content/Intent; move-result-object v3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As title, the old wrapper method is not there anymore, attached screenshot shows currently working patch
Matching pattern:
(Landroid/content/Context;Ljava/lang/String;)Z
android.intent.category.BROWSABLE
(2 commented blocks with same smali code)
The text was updated successfully, but these errors were encountered: