Don\'t throw away wallpaper bitmap just because we are hidden. am: ed0e1a68a4
am: 840165f0bf
* commit '840165f0bfcaaa8dafa3145830488e252a81b675':
Don't throw away wallpaper bitmap just because we are hidden.
Change-Id: I078065f041ea02f0d1d93dd22201a9d1c7dd9487
This commit is contained in:
@@ -166,8 +166,9 @@ public class ImageWallpaper extends WallpaperService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void trimMemory(int level) {
|
public void trimMemory(int level) {
|
||||||
if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW &&
|
if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW
|
||||||
mBackground != null) {
|
&& level <= ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL
|
||||||
|
&& mBackground != null) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Log.d(TAG, "trimMemory");
|
Log.d(TAG, "trimMemory");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user