Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +3 −2 Original line number Diff line number Diff line Loading @@ -166,8 +166,9 @@ public class ImageWallpaper extends WallpaperService { } public void trimMemory(int level) { if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW && mBackground != null) { if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW && level <= ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL && mBackground != null) { if (DEBUG) { Log.d(TAG, "trimMemory"); } Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +3 −2 Original line number Diff line number Diff line Loading @@ -166,8 +166,9 @@ public class ImageWallpaper extends WallpaperService { } public void trimMemory(int level) { if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW && mBackground != null) { if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW && level <= ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL && mBackground != null) { if (DEBUG) { Log.d(TAG, "trimMemory"); } Loading