mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Add a11y titles for taskbar windows.
Test: Manual with Talkback. Fix: 228389333 Change-Id: If30311166fde155d04cf1c9a6865c98d380a93ea
This commit is contained in:
@@ -332,6 +332,10 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
windowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
|
||||
windowLayoutParams.privateFlags =
|
||||
WindowManager.LayoutParams.PRIVATE_FLAG_NO_MOVE_ANIMATION;
|
||||
windowLayoutParams.accessibilityTitle = getString(
|
||||
TaskbarManager.isPhoneMode(mDeviceProfile)
|
||||
? R.string.taskbar_phone_a11y_title
|
||||
: R.string.taskbar_a11y_title);
|
||||
return windowLayoutParams;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user