Merge "Remove vibration from framework's emergency action"
This commit is contained in:
committed by
Android (Google) Code Review
commit
40368e2343
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user