Update suggested wallpaper dimensions in onResume

If another launcher runs in between, it might
change the suggested dimensions. This fixes that
case.

Bug: 11667475
This commit is contained in:
Michael Jurka
2013-11-13 17:59:46 +01:00
parent 87f445c8b2
commit a6a0547fa6
5 changed files with 100 additions and 38 deletions

View File

@@ -160,6 +160,13 @@
</intent-filter>
</receiver>
<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"