cm: Reenable auto perf activities

Change-Id: I98770244e8dfa8c069f96a8012d6709403a7d13e
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. -->