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

Commit a8e81d7d authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '630os-exported-true' into 'main'

Add android:exported value

See merge request !3
parents 06e2374d ad904e4e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@
            android:name=".SplitInstallService"
            android:exported="true"/>

        <receiver android:name=".SplitInstallBroadcastReceiver">
        <receiver
            android:name=".SplitInstallBroadcastReceiver"
            android:exported="true">
            <intent-filter>
                <action android:name="foundation.e.apps.splitinstall.MODULE_INSTALLED"/>
            </intent-filter>