Add flag android.view.contentcapture.flags.reduce_binder_transaction_enabled to trunk_staging. This change was automatically created by advancing the Gantry workflow at: https://releasetracker.partner.android.com/changes/2qdg646000001?build_unique_id=android.view.contentcapture.flags.reduce_binder_transaction_enabled-platform Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag. Bug: 433614684 Flag: android.view.contentcapture.flags.reduce_binder_transaction_enabled Ignore-AOSP-First: AConfig change for future AOSP release Change-Id: I0744a0851bb1362aad4c12441ad080a2fdf4044a
diff --git a/aconfig/trunk_staging/android.view.contentcapture.flags/Android.bp b/aconfig/trunk_staging/android.view.contentcapture.flags/Android.bp index a466c09..a27b0b1 100644 --- a/aconfig/trunk_staging/android.view.contentcapture.flags/Android.bp +++ b/aconfig/trunk_staging/android.view.contentcapture.flags/Android.bp
@@ -1,4 +1,4 @@ -// Copyright 2024 Google Inc. All rights reserved. +// Copyright 2025 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.
diff --git a/aconfig/trunk_staging/android.view.contentcapture.flags/reduce_binder_transaction_enabled_flag_values.textproto b/aconfig/trunk_staging/android.view.contentcapture.flags/reduce_binder_transaction_enabled_flag_values.textproto new file mode 100644 index 0000000..5a86ce4 --- /dev/null +++ b/aconfig/trunk_staging/android.view.contentcapture.flags/reduce_binder_transaction_enabled_flag_values.textproto
@@ -0,0 +1,6 @@ +flag_value { + package: "android.view.contentcapture.flags" + name: "reduce_binder_transaction_enabled" + state: ENABLED + permission: READ_WRITE +}