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
Allow adding bug reports which contain a description and screenshots or images as attachments.
MsrBugReportActivity
Measure.launchBugReportActivity
Uri
Measure.trackBugReport(description, attachments)
bug_report
androidx.core
The text was updated successfully, but these errors were encountered:
abhaysood
Successfully merging a pull request may close this issue.
Description
Allow adding bug reports which contain a description and screenshots or images as attachments.
MsrBugReportActivity
which allows adding a description and images from gallery and tracks the bug report.MsrBugReportActivity
with a initial screenshot in intent:Measure.launchBugReportActivity
.Uri
and convert it to an attachment.Measure.trackBugReport(description, attachments)
bug_report
.androidx.core
library forMsrBugReportActivity
.The text was updated successfully, but these errors were encountered: