cm: Add some app-specific performance settings

Change-Id: I2fd6561a17ae5dd17a825b82dc861d684c20d546
This commit is contained in:
Steve Kondik 2014-05-19 19:12:31 -07:00
parent 8b9d693a18
commit 34d5e90843
1 changed files with 10 additions and 0 deletions

View File

@ -33,4 +33,14 @@
<string name="config_mms_user_agent">CyanogenMod</string>
<string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
<!-- Automatic power profile management per app.
Each item should list the fully-qualified activity
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>
</resources>