summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-11 14:51:48 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:17 -0800
commitb7b4504ebe3fd207cf8ed46f85026860d3e8fea6 (patch)
tree85f8b4a38df812701f1b879617907b1da9990c99 /AndroidManifest.xml
parent9dc746ca8fab3d8ce469bb14be826b7f5c1f1ad0 (diff)
downloadandroid_packages_apps_Trebuchet-b7b4504ebe3fd207cf8ed46f85026860d3e8fea6.tar.gz
android_packages_apps_Trebuchet-b7b4504ebe3fd207cf8ed46f85026860d3e8fea6.tar.bz2
android_packages_apps_Trebuchet-b7b4504ebe3fd207cf8ed46f85026860d3e8fea6.zip
AppsCustomizeLayout: Set background color
Change-Id: I83236a93fee82677417859cf4f301aec838b6e28
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 178d6e908..ca26d95fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -99,6 +99,7 @@
android:label="@string/preferences_title">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
<category android:name="com.cyanogenmod.category.LAUNCHER_PREFERENCES" />
</intent-filter>
</activity>