summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-12-18 11:23:09 +0000
committernebkat <nebkat@gmail.com>2011-12-22 17:11:07 +0000
commit8aefda97cc937b88b6ec290236e60c55a13f850f (patch)
tree0052717b51061e6005f57cfc7343162be5e3cd47 /AndroidManifest.xml
parent5c476be40ec460a172d34a73bbf15bebf44fd1c0 (diff)
downloadandroid_packages_apps_Trebuchet-8aefda97cc937b88b6ec290236e60c55a13f850f.tar.gz
android_packages_apps_Trebuchet-8aefda97cc937b88b6ec290236e60c55a13f850f.tar.bz2
android_packages_apps_Trebuchet-8aefda97cc937b88b6ec290236e60c55a13f850f.zip
Rename com.android.launcher2 to com.cyanogenmod.trebuchet
Change-Id: Iadff7b73615fcb7d09922db29b771393f4d0d6e6
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58e141af9..598053e2d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,11 +19,9 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.launcher"
+ package="com.cyanogenmod.trebuchet"
android:versionName="@string/application_version">
- <original-package android:name="com.android.launcher2" />
-
<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
@@ -58,13 +56,13 @@
<uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
<application
- android:name="com.android.launcher2.LauncherApplication"
+ android:name="com.cyanogenmod.trebuchet.LauncherApplication"
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_home"
android:hardwareAccelerated="@bool/config_hardwareAccelerated"
android:largeHeap="@bool/config_largeHeap">
<activity
- android:name="com.android.launcher2.Launcher"
+ android:name="com.cyanogenmod.trebuchet.Launcher"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
@@ -79,7 +77,7 @@
</activity>
<activity
- android:name="com.android.launcher2.WallpaperChooser"
+ android:name="com.cyanogenmod.trebuchet.WallpaperChooser"
style="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"
android:icon="@drawable/ic_launcher_wallpaper"
@@ -93,7 +91,7 @@
android:resource="@xml/wallpaper_picker_preview" />
</activity>
- <activity android:name="com.android.launcher2.RocketLauncher"
+ <activity android:name="com.cyanogenmod.trebuchet.RocketLauncher"
android:label="@string/dream_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
@@ -103,12 +101,12 @@
</intent-filter>
</activity>
- <activity android:name="com.android.launcher2.preference.Preferences"
+ <activity android:name="com.cyanogenmod.trebuchet.preference.Preferences"
android:label="@string/preferences_title" />
<!-- Intent received used to install shortcuts from other applications -->
<receiver
- android:name="com.android.launcher2.InstallShortcutReceiver"
+ android:name="com.cyanogenmod.trebuchet.InstallShortcutReceiver"
android:permission="com.android.launcher.permission.INSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.INSTALL_SHORTCUT" />
@@ -117,7 +115,7 @@
<!-- Intent received used to uninstall shortcuts from other applications -->
<receiver
- android:name="com.android.launcher2.UninstallShortcutReceiver"
+ android:name="com.cyanogenmod.trebuchet.UninstallShortcutReceiver"
android:permission="com.android.launcher.permission.UNINSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.UNINSTALL_SHORTCUT" />
@@ -126,8 +124,8 @@
<!-- The settings provider contains Home's data, like the workspace favorites -->
<provider
- android:name="com.android.launcher2.LauncherProvider"
- android:authorities="com.android.launcher2.settings"
+ android:name="com.cyanogenmod.trebuchet.LauncherProvider"
+ android:authorities="com.cyanogenmod.trebuchet.settings"
android:writePermission="com.android.launcher.permission.WRITE_SETTINGS"
android:readPermission="com.android.launcher.permission.READ_SETTINGS" />