Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 944a5c60 authored by Matt Casey's avatar Matt Casey
Browse files

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
parent 27df8ca3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -380,6 +380,7 @@
                  android:theme="@style/LongScreenshotActivity"
                  android:process=":screenshot"
                  android:exported="false"
                  android:label="@string/screenshot_scroll_label"
                  android:finishOnTaskLaunch="true" />

        <service android:name=".screenrecord.RecordingService" />