Loading res/xml/lockscreen_interface_settings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading res/xml/theme_settings.xml +4 −4 Original line number Diff line number Diff line Loading @@ -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 --> Loading @@ -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 --> Loading Loading
res/xml/lockscreen_interface_settings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
res/xml/theme_settings.xml +4 −4 Original line number Diff line number Diff line Loading @@ -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 --> Loading @@ -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 --> Loading