mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-17 21:39:49 -04:00
Don't export activities that don't need to be opened by other apps
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user