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

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

Add android:exported value

Value is now mandatory starting from Android S.
parent 06e2374d
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>