History log of /frameworks/base/core/java/com/android/internal/policy/PhoneFallbackEventHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
469e65e37f04fa3aa46e5116b6028cd7113308b3 05-Feb-2016 Hidenari Koshimae <hidenari.koshimae@sonymobile.com> Increase priority for broadcast intent triggered by HW key

Add the FLAG_RECEIVER_FOREGROUND flag to the broadcast intent
triggered by hardware key.
This prevents the framework from delaying the delivery of the
intent to its recipients, and improves the response for hardware
key event under heavy load on the system.

Bug: 28735973
Change-Id: Ib7f219845be34794f4c7545927e53cc6c2b504a3
/frameworks/base/core/java/com/android/internal/policy/PhoneFallbackEventHandler.java
6711f3b34c2ad9c622f56a08b81e313795fe7647 07-May-2015 Adam Powell <adamp@google.com> Move PhoneWindow and friends back into internal package

PhoneWindow, PhoneLayoutInflater and PhoneFallbackEventHandler decided
to @hide out over in the android.view package after the policy jar was
disbanded. Give them a more appropriate home over in framework that
doesn't imply that they should be accessed from other internal layers
of abstraction.

Bug 19606548

Change-Id: Id07b791d178fa447010b49b24726b52208838e88
/frameworks/base/core/java/com/android/internal/policy/PhoneFallbackEventHandler.java