Merge "Adds 'App info' button on accessibility service + activity pages." into main

This commit is contained in:
Daniel Norman
2023-10-24 21:23:50 +00:00
committed by Android (Google) Code Review
3 changed files with 122 additions and 2 deletions

View File

@@ -1,8 +1,21 @@
package: "com.android.settings.flags"
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
# NOTE: All Settings flags share the same Flags class, so prefix our
# flags with 'accessibility' to prevent naming collision.
flag {
name: "accessibility_show_app_info_button"
namespace: "accessibility"
description: "Shows an 'app info' button on non-framework a11y Service and Activity pages."
bug: "277378550"
}
flag {
name: "separate_accessibility_vibration_settings_fragments"
namespace: "accessibility"
description: "Splits VibrationSettings into two fragments, one per XML resource"
bug: "289967175"
}