Extended Bug Report for Android
Standardize Android bug reports with fields for steps to reproduce, actual results, and expected results. Useful for QA and technical beta testers.
Last updated
BugReporting.setExtendedBugReportState(ExtendedBugReport.State.ENABLED_WITH_REQUIRED_FIELDS)BugReporting.setExtendedBugReportState(ExtendedBugReport.State.ENABLED_WITH_REQUIRED_FIELDS);//Disable extended bug report mode
ExtendedBugReport.State.DISABLED
//Enable extended bug report mode and make all additional fields required
ExtendedBugReport.State.ENABLED_WITH_REQUIRED_FIELDS
//Enable extended bug report mode and make all additional fields optional
ExtendedBugReport.State.ENABLED_WITH_OPTIONAL_FIELDSBugReporting.setExtendedBugReportHints("Hint1", "Hint2", "Hint3")BugReporting.setExtendedBugReportHints("Hint1", "Hint2", "Hint3");