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

Commit 6c59a302 authored by Eden Mendel's avatar Eden Mendel Committed by Android (Google) Code Review
Browse files

Merge "[Flag Removal] Remove flag...

Merge "[Flag Removal] Remove flag android.view.contentcapture.flags.warm_up_background_thread_for_content_capture" into main
parents 6d154f30 908c1f93
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -8079,8 +8079,7 @@ public final class ActivityThread extends ClientTransactionHandler

            // Propagate Content Capture options
            app.setContentCaptureOptions(data.contentCaptureOptions);
            if (android.view.contentcapture.flags.Flags.warmUpBackgroundThreadForContentCapture()
                    && data.contentCaptureOptions != null) {
            if (data.contentCaptureOptions != null) {
                if (data.contentCaptureOptions.enableReceiver
                        && !data.contentCaptureOptions.lite) {
                    // Warm up the background thread when:
+0 −10
Original line number Diff line number Diff line
@@ -35,16 +35,6 @@ flag {
    }
}

flag {
    name: "warm_up_background_thread_for_content_capture"
    namespace: "system_performance"
    description: "Feature flag to warm up the background thread for content capture"
    bug: "408273598"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_export_assist_virtual_node_to_ccapi"
    namespace: "ailabs"