Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c250fddf authored by Philip Junker's avatar Philip Junker
Browse files

Enable send-feedback workflow on user builds on TV

Bug: 282665409
Test: manual
Change-Id: I7e5f4e1b019d97b89d266b838149d12246602aac
parent 4d77dc47
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -3442,9 +3442,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    }

    private void requestBugreportForTv() {
        if ("1".equals(SystemProperties.get("ro.debuggable"))
                || Settings.Global.getInt(mContext.getContentResolver(),
                        Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) == 1) {
        try {
            if (!ActivityManager.getService().launchBugReportHandlerApp()) {
                ActivityManager.getService().requestInteractiveBugReport();
@@ -3453,7 +3450,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            Slog.e(TAG, "Error taking bugreport", e);
        }
    }
    }

    // TODO(b/117479243): handle it in InputPolicy
    /** {@inheritDoc} */