cm: Add some app-specific performance settings

Change-Id: I2fd6561a17ae5dd17a825b82dc861d684c20d546
gugelfrei
Steve Kondik 10 years ago
parent 8b9d693a18
commit 34d5e90843

@ -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>

Loading…
Cancel
Save