summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh Mondegarian <daneshm90@gmail.com>2013-09-02 15:21:30 -0700
committerDanesh Mondegarian <daneshm90@gmail.com>2013-09-08 18:53:30 -0700
commite576f6e7887b063d1b6d9a2052eedd4cc7c014ee (patch)
tree492d8f44a6881ba1e84e77f67e2bd6d7c78e2012 /AndroidManifest.xml
parent98ff0fc540dd6f515af3bee058518efcad11b494 (diff)
downloadandroid_packages_apps_Trebuchet-e576f6e7887b063d1b6d9a2052eedd4cc7c014ee.tar.gz
android_packages_apps_Trebuchet-e576f6e7887b063d1b6d9a2052eedd4cc7c014ee.tar.bz2
android_packages_apps_Trebuchet-e576f6e7887b063d1b6d9a2052eedd4cc7c014ee.zip
Trebuchet : Support for custom icons per shortcut
Allows user to assign custom icons from icon packs to individual homescreen shortcuts. Change-Id: I6613b5f3e6517485a6f83aa5f6769e22bb7f18dc
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5b1527cfd..2e6be8b9d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -132,6 +132,12 @@
<activity android:name="com.cyanogenmod.trebuchet.preference.HiddenAppsActivity"
android:label="@string/hidden_apps_title" />
+ <activity android:name=".IconPickerActivity"
+ android:exported="false"
+ android:excludeFromRecents="true"
+ android:noHistory="true"
+ android:launchMode="singleTop" />
+
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.cyanogenmod.trebuchet.InstallShortcutReceiver"