aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-12-10 18:08:30 -0800
committerDanesh M <daneshm90@gmail.com>2015-12-10 18:08:30 -0800
commit39559bcfcf4f526d87b2c045ab46b977df41eb20 (patch)
treeacdef9672484cbba6b992831885e1027988f25c7 /src
parented0f0cec77e56a10b60657b3a09ef2d839104182 (diff)
downloadvendor_cmsdk-39559bcfcf4f526d87b2c045ab46b977df41eb20.zip
vendor_cmsdk-39559bcfcf4f526d87b2c045ab46b977df41eb20.tar.gz
vendor_cmsdk-39559bcfcf4f526d87b2c045ab46b977df41eb20.tar.bz2
CMSDK : Add performance tile
Change-Id: I60c25eaba7fd497b8038b3755896f3e796321bfe
Diffstat (limited to 'src')
-rw-r--r--src/java/org/cyanogenmod/internal/util/QSConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/cyanogenmod/internal/util/QSConstants.java b/src/java/org/cyanogenmod/internal/util/QSConstants.java
index 918546f..44d9f65 100644
--- a/src/java/org/cyanogenmod/internal/util/QSConstants.java
+++ b/src/java/org/cyanogenmod/internal/util/QSConstants.java
@@ -83,7 +83,7 @@ public class QSConstants {
// STATIC_TILES_AVAILABLE.add(TILE_DDS);
// STATIC_TILES_AVAILABLE.add(TILE_APN);
STATIC_TILES_AVAILABLE.add(TILE_PROFILES);
-// STATIC_TILES_AVAILABLE.add(TILE_PERFORMANCE);
+ STATIC_TILES_AVAILABLE.add(TILE_PERFORMANCE);
STATIC_TILES_AVAILABLE.add(TILE_ADB_NETWORK);
STATIC_TILES_AVAILABLE.add(TILE_NFC);
STATIC_TILES_AVAILABLE.add(TILE_COMPASS);