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

Commit 83792e16 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Delete cache_content_capture_service flag" into main

parents 0dd5ae13 fda391e7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2860,10 +2860,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"