summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-11-27 21:34:20 +0000
committernebkat <nebkat@gmail.com>2011-11-28 19:31:31 +0000
commit11717ad53ff0c5fc13bbead8c2593a49fd7f4ea7 (patch)
tree5fb4a53f47061bc1427d303d4951ca7d4ee92479 /AndroidManifest.xml
parentfe446895560586e6ec5cd0115c137e0cad4bffa9 (diff)
downloadandroid_packages_apps_Trebuchet-11717ad53ff0c5fc13bbead8c2593a49fd7f4ea7.tar.gz
android_packages_apps_Trebuchet-11717ad53ff0c5fc13bbead8c2593a49fd7f4ea7.tar.bz2
android_packages_apps_Trebuchet-11717ad53ff0c5fc13bbead8c2593a49fd7f4ea7.zip
Preferences: initial Preferences Activity, Provider and XML
Change-Id: I27d44993c4e34e08cfafff6d7a418df7c4f06fd2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cbb06f6e9..193542b8f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -103,6 +103,9 @@
</intent-filter>
</activity>
+ <activity android:name="com.android.launcher2.preference.Preferences"
+ android:label="@string/preferences_title" />
+
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.android.launcher2.InstallShortcutReceiver"