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

Commit 915b96c8 authored by Philip Junker's avatar Philip Junker Committed by Android (Google) Code Review
Browse files

Merge "Enable send-feedback workflow on user builds on TV" into main

parents 408f1830 c250fddf
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -3535,9 +3535,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();
@@ -3546,7 +3543,6 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            Slog.e(TAG, "Error taking bugreport", e);
        }
    }
    }

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