Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cca29f7 authored by Xin Li's avatar Xin Li
Browse files

Merge 24Q3 (ab/11976889) to aosp-main-future

Bug: 347831320
Merged-In: Ie8571e883132cfaa5a054cdcf4c3a827fa215014
Change-Id: I14e0b8ef0aca63213656000a155e395379b088c1
parents 5c8fbc5b a4680ca4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ RES_DIRS = [

android_app {
    name: "Dialer",
    use_resource_processor: false,
    srcs: [
        "java/com/android/**/*.java",
        "java/com/android/**/*.proto",
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback {
    if (DEBUG) {
      LogUtil.d("ContactPhotoManagerImpl.onTrimMemory", "onTrimMemory: " + level);
    }
    if (level >= ComponentCallbacks2.TRIM_MEMORY_MODERATE) {
    if (level >= ComponentCallbacks2.TRIM_MEMORY_BACKGROUND) {
      // Clear the caches.  Note all pending requests will be removed too.
      clear();
    }