diff options
author | 2025-04-16 13:51:27 -0700 | |
---|---|---|
committer | 2025-04-16 22:49:24 -0700 | |
commit | 59b000ae5f89a5a31988ce20c119f2a1b679de25 (patch) | |
tree | 00d574eddde5bab6ce15ef1c04901e6b38ffa7c2 | |
parent | 4e8ddf0e186a9b24ca20e38f74b0087784f6fbfe (diff) |
Add flag com.android.input.flags.allow_transfer_of_entire_gesture to bp2a.
This change was automatically created by advancing the Gantry workflow at:
https://releasetracker.partner.android.com/changes/98sqj7a000001?build_unique_id=ComAndroidInputFlagsAllowTransferOfEntireGestureLaunch-platform
Do not edit this file manually or revert this change - use the Gantry workflow to manage the state of this flag.
Bug: 397979572
Flag: com.android.input.flags.allow_transfer_of_entire_gesture
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:00367af47e72f059b852b5a738625b380c4617a7)
Merged-In: I2aa81524cf711848603f71fc365323d66cd7d290
Change-Id: I2aa81524cf711848603f71fc365323d66cd7d290
-rw-r--r-- | aconfig/bp2a/com.android.input.flags/allow_transfer_of_entire_gesture_flag_values.textproto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.input.flags/allow_transfer_of_entire_gesture_flag_values.textproto b/aconfig/bp2a/com.android.input.flags/allow_transfer_of_entire_gesture_flag_values.textproto new file mode 100644 index 00000000..f5db44cc --- /dev/null +++ b/aconfig/bp2a/com.android.input.flags/allow_transfer_of_entire_gesture_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "com.android.input.flags" + name: "allow_transfer_of_entire_gesture" + state: ENABLED + permission: READ_ONLY +} |