summaryrefslogtreecommitdiffstats
path: root/overlay/common/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/common/frameworks/base/core/res/res/values/config.xml')
-rw-r--r--overlay/common/frameworks/base/core/res/res/values/config.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 4f2f366..9f34414 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -40,13 +40,12 @@
<!-- Automatic power profile management per app.
Each item should list the fully-qualified activity
- name and the power profile id, separated by a comma.
+ name and the power profile id, separated by a comma. -->
<string-array name="config_auto_perf_activities" translatable="false">
<item>com.aurorasoftworks.quadrant.*BenchmarkExecutionActivity,2</item>
<item>com.antutu.ABenchMark.*,2</item>
<item>.*com.antutu.benchmark.*,2</item>
</string-array>
- -->
<!-- Defines the default set of global actions. Actions may still be disabled or hidden based
on the current state of the device. -->