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

Commit baf009b5 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

ScreenshotActionReceiver must be listed in manifest.

Bug: 72387021
Test: Manual verification against repro in bug
Change-Id: I3e42adec06c63155e4e1bf3c9a5b5abe65fe29c6
parent 2835de35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@
        </activity>

        <!-- Springboard for launching the share activity -->
        <receiver android:name=".screenshot.GlobalScreenshot$ShareReceiver"
        <receiver android:name=".screenshot.GlobalScreenshot$ScreenshotActionReceiver"
            android:process=":screenshot"
            android:exported="false" />