summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-18 15:09:21 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-18 15:09:21 -0800
commitbd822508e57fd379556ea318b16959c7e48a335b (patch)
treee38d13a3a29f77c424b8efb33104b5dbed3681c4 /AndroidManifest.xml
parentecd365293fedf8b78cf1e8df0b9d93968c9910ba (diff)
downloadandroid_packages_apps_Trebuchet-bd822508e57fd379556ea318b16959c7e48a335b.tar.gz
android_packages_apps_Trebuchet-bd822508e57fd379556ea318b16959c7e48a335b.tar.bz2
android_packages_apps_Trebuchet-bd822508e57fd379556ea318b16959c7e48a335b.zip
Deleting the WallpaperPicker code inside launcher.
Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bce71209d..418b1d2d5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -93,7 +93,7 @@
<activity
android:name="com.android.launcher3.WallpaperPickerActivity"
- android:theme="@style/Theme.WallpaperPicker"
+ android:theme="@style/WallpaperTheme.Picker"
android:label="@string/pick_wallpaper"
android:icon="@mipmap/ic_launcher_wallpaper"
android:finishOnCloseSystemDialogs="true"
@@ -105,8 +105,8 @@
</activity>
<activity
- android:name="com.android.launcher3.WallpaperCropActivity"
- android:theme="@style/Theme.WallpaperCropper"
+ android:name="com.android.wallpaperpicker.WallpaperCropActivity"
+ android:theme="@style/WallpaperTheme"
android:label="@string/crop_wallpaper"
android:icon="@mipmap/ic_launcher_wallpaper"
android:finishOnCloseSystemDialogs="true"