Merge "Do not cancel bonding during bt pairing when orientation happens." into main

This commit is contained in:
Yuanru Qian
2024-07-29 07:05:55 +00:00
committed by Android (Google) Code Review
2 changed files with 20 additions and 6 deletions

View File

@@ -31,3 +31,13 @@ flag {
description: "Gates whether to enable bluetooth device details polish"
bug: "343317785"
}
flag {
name: "disable_bonding_cancellation_for_orientation_change"
namespace: "cross_device_experiences"
description: "Stop cancelling bonding process when there is an orientation change"
bug: "349542301"
metadata {
purpose: PURPOSE_BUGFIX
}
}