Skip to content

Commit

Permalink
angler: add TimeInState config
Browse files Browse the repository at this point in the history
Change-Id: I9737b1661bf638d0ddef4a3cff71156c0104c40b
  • Loading branch information
darkobas committed Feb 24, 2017
1 parent 228492b commit 32f109f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions overlay/packages/apps/OmniGears/res/values/config.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 The OmniROM Project
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- core 1 to 3 will have the same freqs, as will cores 4 and 5 are diffferemt,
bit core 5 is hotpluggable -->
<string name="config_cpufreq_show_cpus">0,4</string>
</resources>

0 comments on commit 32f109f

Please sign in to comment.