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
setData()
I want to work around a Matrix Element bug in making shortcuts; I want to choose a custom icon for a shortcut to Firefox Fennec.
I can do both with this app, if it lets me setData() to a custom URI (and supports custom icons per #153).
// im.vector.app.features.link.LinkHandlerActivity - mozilla.components.feature.pwa.WebAppLauncherActivity Intent intent = new Intent(); intent.setClassName(packageName, activityName); intent.setData(android.net.Uri.parse(permalink)); ctx.startActivity(intent);
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
I want to work around a Matrix Element bug in making shortcuts; I want to choose a custom icon for a shortcut to Firefox Fennec.
I can do both with this app, if it lets me
setData()
to a custom URI (and supports custom icons per #153).The text was updated successfully, but these errors were encountered: