Merge "Increment a MetricsLogger counter on back press." into cw-f-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
523c4fd695
@@ -1042,6 +1042,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
}
|
||||
|
||||
private void interceptBackKeyDown() {
|
||||
MetricsLogger.count(mContext, "key_back_down", 1);
|
||||
// Reset back key state for long press
|
||||
mBackKeyHandled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user