Loading AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -127,13 +127,6 @@ android:process=":settings_process"> </activity> <receiver android:name="com.android.launcher3.WallpaperChangedReceiver"> <intent-filter> <action android:name="android.intent.action.WALLPAPER_CHANGED" /> </intent-filter> </receiver> <!-- Intent received used to install shortcuts from other applications --> <receiver android:name="com.android.launcher3.InstallShortcutReceiver" Loading src/com/android/launcher3/LauncherAppState.java +3 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,9 @@ public class LauncherAppState { sContext.registerReceiver(mModel, filter); UserManagerCompat.getInstance(sContext).enableAndResetCache(); new ConfigMonitor(sContext).register(); sContext.registerReceiver( new WallpaperChangedReceiver(), new IntentFilter(Intent.ACTION_WALLPAPER_CHANGED)); } /** Loading Loading
AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -127,13 +127,6 @@ android:process=":settings_process"> </activity> <receiver android:name="com.android.launcher3.WallpaperChangedReceiver"> <intent-filter> <action android:name="android.intent.action.WALLPAPER_CHANGED" /> </intent-filter> </receiver> <!-- Intent received used to install shortcuts from other applications --> <receiver android:name="com.android.launcher3.InstallShortcutReceiver" Loading
src/com/android/launcher3/LauncherAppState.java +3 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,9 @@ public class LauncherAppState { sContext.registerReceiver(mModel, filter); UserManagerCompat.getInstance(sContext).enableAndResetCache(); new ConfigMonitor(sContext).register(); sContext.registerReceiver( new WallpaperChangedReceiver(), new IntentFilter(Intent.ACTION_WALLPAPER_CHANGED)); } /** Loading