Files
app_Settings/aconfig/settings_connecteddevice_flag_declarations.aconfig
chelseahao 466225808f Add flag for LE audio private sharing via QR code.
Bug: 308368124
Test: Manual
Change-Id: I258add40bc5af14e45e066c2be32fc400e6e76e2
2023-10-31 08:11:12 +00:00

23 lines
624 B
Plaintext

package: "com.android.settings.flags"
flag {
name: "enable_subsequent_pair_settings_integration"
namespace: "pixel_cross_device_control"
description: "Gates whether to enable subsequent pair Settings integration."
bug: "299405720"
}
flag {
name: "enable_le_audio_sharing"
namespace: "pixel_cross_device_control"
description: "Gates whether to enable LE audio sharing"
bug: "305620450"
}
flag {
name: "enable_le_audio_qr_code_private_broadcast_sharing"
namespace: "pixel_cross_device_control"
description: "Gates whether to enable LE audio private broadcast sharing via QR code"
bug: "308368124"
}