From a66363a787bfd0e15c5425b19618f33e3d0b10ae Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Fri, 30 Jun 2017 11:11:16 -0700 Subject: [PATCH] Make items in Advanced battery page unclickable. Because these items only display info and have no click action: 1. foreground time item 2. background time item 3. battery usage item Bug: 62423725 Test: Build Change-Id: I8d15be13953c73fce4d5f42711e186673673a036 --- res/xml/power_usage_detail.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/res/xml/power_usage_detail.xml b/res/xml/power_usage_detail.xml index aa1540d1c19..919f321edc0 100644 --- a/res/xml/power_usage_detail.xml +++ b/res/xml/power_usage_detail.xml @@ -39,15 +39,18 @@ + android:title="@string/battery_detail_foreground" + android:selectable="false"/> + android:title="@string/battery_detail_background" + android:selectable="false"/> + android:title="@string/battery_detail_power_usage" + android:selectable="false"/>