Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading services/core/java/com/android/server/am/flags.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading
services/core/java/com/android/server/am/flags.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -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" Loading