Merge pull request #2018 from nextcloud/hardening_manifest

Hardening: Remove specific taskAffinity
This commit is contained in:
Tobias Kaminsky 2024-02-20 09:39:16 +01:00 committed by GitHub
commit 4a12772a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,13 +19,15 @@
android:networkSecurityConfig="@xml/network_security_config" android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
tools:targetApi="n"> tools:targetApi="n"
android:taskAffinity="">
<activity <activity
android:name=".main.MainActivity" android:name=".main.MainActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.App.Starting" android:theme="@style/Theme.App.Starting"
android:exported="true"> android:exported="true"
android:launchMode="singleInstance">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />