Loading policy/com/android/internal/policy/impl/PhoneWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
policy/com/android/internal/policy/impl/PhoneWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 } Loading