Skip to content

Commit

Permalink
Only inherit Elmyra for Pixel devices
Browse files Browse the repository at this point in the history
Change-Id: Id95c04327aa7d661e2d07bc3b31f7b8217200444
  • Loading branch information
Alex authored and spaceman860 committed Feb 14, 2019
1 parent 6059a70 commit 197a996
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>

<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>

Expand All @@ -36,4 +37,7 @@

<!-- Doze: whether the double tap sensor reports 2D touch coordinates -->
<bool name="doze_double_tap_reports_touch_coordinates">true</bool>

<bool name="has_elmyra_service">true</bool>

</resources>
22 changes: 22 additions & 0 deletions overlay/packages/apps/DU-Tweaks/res/values/bools.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017-2018 The Dirty Unicorns Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>

<!-- Whether to display active edge category -->
<bool name="has_active_edge">true</bool>

</resources>

0 comments on commit 197a996

Please sign in to comment.