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

Commit fda391e7 authored by Jared Duke's avatar Jared Duke
Browse files

Delete cache_content_capture_service flag

This flag has shipped and is eliglble for removal.

Flag: EXEMPT FLAG_REMOVAL
Test: presubmit
Bug: 414380203
Bug: 440963696
Change-Id: I9556c755eb215248fb6f53f2941472794186fca4
parent 3e23cea1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2854,10 +2854,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            // During startup, bound applications will always attempt registration of a
            // ContentCaptureOptions listener with the ContentCaptureManager service. Seeding
            // applications with the service handle avoids an unnecessary ServiceManager hop.
            if (Flags.cacheContentCaptureService()) {
            addServiceToMap(mAppBindArgs, Context.CONTENT_CAPTURE_MANAGER_SERVICE);
        }
        }
        return mAppBindArgs;
    }
+0 −10
Original line number Diff line number Diff line
@@ -194,16 +194,6 @@ flag {
    }
}

flag {
    name: "cache_content_capture_service"
    namespace: "system_performance"
    description: "Seed ContentCaptureManager into the bound application's initial service cache"
    bug: "414380203"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "push_activity_state_to_oomadjuster"
    namespace: "backstage_power"