Merge "Uses a custom state description for the Audio Balance seek bar." into main

This commit is contained in:
Daniel Norman
2024-07-11 00:45:37 +00:00
committed by Android (Google) Code Review
4 changed files with 98 additions and 0 deletions

View File

@@ -10,6 +10,16 @@ flag {
bug: "332974327"
}
flag {
name: "audio_balance_state_description"
namespace: "accessibility"
description: "Provides a more valuable state description to the audio balance slider."
bug: "319575109"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "edit_shortcuts_in_full_screen"
namespace: "accessibility"