From 944a5c605ad12a20d24816851c40e673a59c69c4 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Tue, 22 Mar 2022 20:36:30 +0000 Subject: [PATCH] Give LongScreenshotActivity a "Capture more" label It's read out by accessibility. Otherwise it just says "system UI". Test: Enable talkback, listen when activity is invoked. Bug: 208713927 Change-Id: I0d1714fc6492221cd803affaea1de7833f560749 --- packages/SystemUI/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index e24b2d6c6aa90..18385c20ba55a 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -380,6 +380,7 @@ android:theme="@style/LongScreenshotActivity" android:process=":screenshot" android:exported="false" + android:label="@string/screenshot_scroll_label" android:finishOnTaskLaunch="true" />