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

Commit 6d31f22d authored by Wes Okuhara's avatar Wes Okuhara
Browse files

Fix config_screenshotServiceComponent comment

Fixes a copy-paste error for the config_screenshotServiceComponent
string by revising to a relevant comment.

Bug: 413028105
Test: None. Comment only change.
Flag: DOCS_ONLY
Change-Id: Icbfc731abb1df79657c510976541a8e4e4950dd1
parent 774cfca4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3803,9 +3803,7 @@
    <string name="config_screenshotAppClipsServiceComponent" translatable="false"
            >com.android.systemui/com.android.systemui.screenshot.appclips.AppClipsService</string>

    <!-- The component name of a special dock app that merely launches a dream.
         We don't want to launch this app when docked because it causes an unnecessary
         activity transition.  We just want to start the dream.. -->
    <!-- The component name for the service which handles taking a screenshot. -->
    <string name="config_screenshotServiceComponent" translatable="false"
            >com.android.systemui/com.android.systemui.screenshot.TakeScreenshotService</string>