diff --git a/policy/com/android/internal/policy/impl/PhoneWindow.java b/policy/com/android/internal/policy/impl/PhoneWindow.java index 55772b2ae7345..4e630df3115fa 100644 --- a/policy/com/android/internal/policy/impl/PhoneWindow.java +++ b/policy/com/android/internal/policy/impl/PhoneWindow.java @@ -1244,6 +1244,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { // activity; otherwise we will allow the normal short // press action to be performed. dispatcher.performedLongPress(event); + return true; } catch (ActivityNotFoundException e) { // Ignore }