Don't export activities that don't need to be opened by other apps

This commit is contained in:
Torsten Grote
2026-02-24 10:28:57 -03:00
parent ac4179608c
commit 6f67996948
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
<activity
android:name=".ui.ipfs.IpfsGatewaySettingsActivity"
android:configChanges="layoutDirection|locale"
android:exported="false"
android:label="@string/ipfsgw_title"
android:launchMode="singleTask" />
</application>

View File

@@ -104,12 +104,14 @@
<activity
android:name="org.fdroid.ui.crash.CrashActivity"
android:excludeFromRecents="true"
android:exported="false"
android:finishOnTaskLaunch="true"
android:launchMode="singleInstance"
android:process=":acra"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:exported="false"
android:screenOrientation="fullSensor"
tools:ignore="DiscouragedApi"
tools:replace="screenOrientation" />