Clean up some UnusedResources detected by lint
Bug: 234570979 Test: Manual with Settings App Change-Id: I2ad634d9beba623a5cdcff015c9aa28d78525cb7
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
<bool name="config_enableColorTemperature">false</bool>
|
||||
<bool name="config_show_camera_laser_sensor">false</bool>
|
||||
<bool name="config_show_connectivity_monitor">false</bool>
|
||||
<bool name="config_display_recent_apps">false</bool>
|
||||
<bool name="config_additional_system_update_setting_enable">true</bool>
|
||||
<bool name="config_show_wifi_settings">false</bool>
|
||||
<bool name="config_show_toggle_airplane">false</bool>
|
||||
|
@@ -19,7 +19,6 @@
|
||||
<bool name="config_enableColorTemperature">true</bool>
|
||||
<bool name="config_show_camera_laser_sensor">true</bool>
|
||||
<bool name="config_show_connectivity_monitor">true</bool>
|
||||
<bool name="config_display_recent_apps">true</bool>
|
||||
<bool name="config_show_smooth_display">true</bool>
|
||||
|
||||
<!-- Fake dimen value for restricted icon size - needed to get around Robolectric
|
||||
|
@@ -83,7 +83,7 @@ public class HighlightablePreferenceGroupAdapterTest {
|
||||
false /* highlighted*/));
|
||||
when(mAdapter.getItem(anyInt())).thenReturn(mPreference);
|
||||
mViewHolder = PreferenceViewHolder.createInstanceForTests(
|
||||
View.inflate(mContext, R.layout.app_preference_item, null));
|
||||
View.inflate(mContext, R.layout.preference, null));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user