Loading policy/src/com/android/internal/policy/impl/PhoneWindow.java +5 −1 Original line number Diff line number Diff line Loading @@ -1504,7 +1504,11 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { sendCloseSystemWindows(); Intent intent = new Intent(Intent.ACTION_CALL_BUTTON); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); try { getContext().startActivity(intent); } catch (ActivityNotFoundException e) { Log.w(TAG, "No activity found for android.intent.action.CALL_BUTTON."); } } @Override Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindow.java +5 −1 Original line number Diff line number Diff line Loading @@ -1504,7 +1504,11 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { sendCloseSystemWindows(); Intent intent = new Intent(Intent.ACTION_CALL_BUTTON); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); try { getContext().startActivity(intent); } catch (ActivityNotFoundException e) { Log.w(TAG, "No activity found for android.intent.action.CALL_BUTTON."); } } @Override Loading