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

Commit 40368e23 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove vibration from framework's emergency action"

parents 7810e620 220446ca
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4037,10 +4037,6 @@ public class StatusBar extends SystemUI implements DemoMode,
            return;
        }

        if (mVibrator != null && mVibrator.hasVibrator()) {
            mVibrator.vibrate(500L);
        }

        emergencyIntent.setComponent(new ComponentName(resolveInfo.activityInfo.packageName,
                resolveInfo.activityInfo.name));
        emergencyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);