diff options
author | Yorke Lee <yorkelee@google.com> | 2015-02-25 20:23:53 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-02-26 14:15:08 -0800 |
commit | 7151398929e487f7f74b285f3e4c478f95daa7c6 (patch) | |
tree | beccda2c27e8dfd1b4518685879e0615f5f86808 /res | |
parent | e65f03182eb76fabe8337a82fc3eef7230b669a1 (diff) |
Use new PowerManager API to implement voicemail proximity
This allows us to fully blank out the screen instead of faking
a black screen leaving the nav bar and notification bar active.
Bug: 11734938
Change-Id: I716642fa7f85776d1701d3b95736065dec4d2eac
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_detail.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index 35c41c0b3..522c698ad 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -100,18 +100,4 @@ </LinearLayout> - <!-- - Used to hide the UI when playing a voicemail and the proximity sensor - is detecting something near the screen. - --> - <View - android:id="@+id/blank" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@android:color/black" - android:visibility="gone" - android:clickable="true" - android:layout_alignParentStart="true" - android:layout_alignParentTop="true" - /> </RelativeLayout> |