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

Commit 1ee045ee authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-a15-remove-visible-eos-topics' into 'main'

fix: remove share feature of e foundation ntfy

See merge request !31
parents 171dfd9e 4104840f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
        </activity>

        <!-- Share file activity, incoming files/shares -->
        <activity android:name=".ui.ShareActivity" android:exported="true">
        <activity android:name=".ui.ShareActivity" android:exported="true" android:enabled="false">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />