mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
Merge pull request #2018 from nextcloud/hardening_manifest
Hardening: Remove specific taskAffinity
This commit is contained in:
commit
4a12772a81
1 changed files with 4 additions and 2 deletions
|
@ -19,13 +19,15 @@
|
|||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
tools:targetApi="n">
|
||||
tools:targetApi="n"
|
||||
android:taskAffinity="">
|
||||
|
||||
<activity
|
||||
android:name=".main.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.App.Starting"
|
||||
android:exported="true">
|
||||
android:exported="true"
|
||||
android:launchMode="singleInstance">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
Loading…
Reference in a new issue