Disabling/Enabling Bug Reporting
This section covers how to disable and enable bug reporting on Android.
BugReporting.setState(Feature.State.DISABLED)BugReporting.setState(Feature.State.DISABLED);BugReporting.setReportTypes(BugReporting.ReportType.BUG, BugReporting.ReportType.FEEDBACK, BugReporting.ReportType.QUESTION)BugReporting.setReportTypes(BugReporting.ReportType.BUG, BugReporting.ReportType.FEEDBACK, BugReporting.ReportType.QUESTION);Last updated