Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c9e4cfe authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Add wallpaper pickers to seperate package [2/2]" into cm-11.0

parents 11dad694 f23be04b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,8 +93,8 @@
        <Preference
            android:id="@+id/lockscreen_wallpaper_settings"
            android:title="@string/lockscreen_wallpaper_settings_title">
            <intent android:targetPackage="com.cyanogenmod.trebuchet"
                    android:targetClass="com.android.launcher3.LockWallpaperPickerActivity" />
            <intent android:targetPackage="com.android.wallpapercropper"
                    android:targetClass="com.android.wallpapercropper.LockWallpaperPickerActivity" />
        </Preference>

    </PreferenceCategory>
+4 −4
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@
        android:id="@+id/wallpaper_settings"
        android:title="@string/wallpaper_settings_title"
        android:icon="@drawable/prd_ic_wallpapers">
        <intent android:targetPackage="com.cyanogenmod.trebuchet"
                android:targetClass="com.android.launcher3.WallpaperPickerActivity" />
        <intent android:targetPackage="com.android.wallpapercropper"
                android:targetClass="com.android.wallpapercropper.WallpaperPickerActivity" />
    </Preference>

    <!-- Lockscreen Wallpaper -->
@@ -74,8 +74,8 @@
        android:id="@+id/lockscreen_wallpaper_settings"
        android:title="@string/lockscreen_wallpaper_settings_title"
        android:icon="@drawable/prd_ic_lockscreen_wallpapers">
        <intent android:targetPackage="com.cyanogenmod.trebuchet"
                android:targetClass="com.android.launcher3.LockWallpaperPickerActivity" />
        <intent android:targetPackage="com.android.wallpapercropper"
                android:targetClass="com.android.wallpapercropper.LockWallpaperPickerActivity" />
    </Preference>

    <!-- Boot Animations -->