diff options
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index e2dddef016c2..c57a3a69cb1b 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -123,6 +123,16 @@ flag { } } +flag { + name: "fix_avatar_picker_selected_read_back" + namespace: "multiuser" + description: "Talkback doesn't announce 'selected' after double tapping the button in the picture list in 'Choose a picture' page." + bug: "330840549" + metadata { + purpose: PURPOSE_BUGFIX + } +} + # This flag guards the private space feature and all its implementations excluding the APIs. APIs are guarded by android.os.Flags.allow_private_profile. flag { name: "enable_private_space_features" |