PM-4327 Comments clearing

This commit is contained in:
Federico Maccaroni 2024-05-14 16:20:10 -03:00
parent 22f0c93b47
commit f7a7080cb5
No known key found for this signature in database
GPG Key ID: 5D233F8F2B034536
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.enable" android:value="true" />
<!-- Support for LG "Dual Window" mode (for Android < 7.0 users) -->
<meta-data android:name="com.lge.support.SPLIT_WINDOW" android:value="true" />
<!-- Declare exported activities manually so we can set LaunchMode/TaskAffinity using API dependant resource -->
<!-- Declare exported activities manually so we can set LaunchMode using API dependant resource -->
<activity android:name="com.x8bit.bitwarden.MainActivity" android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|uiMode" android:exported="true" android:icon="@mipmap/ic_launcher" android:label="Bitwarden" android:launchMode="@integer/launchModeAPIlevel" android:theme="@style/LaunchTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -39,7 +39,6 @@
<data android:mimeType="text/*" />
</intent-filter>
</activity>
<!-- Declare activities manually so we can set taskAffinity using API dependant resource -->
<activity android:name="com.x8bit.bitwarden.WebAuthCallbackActivity" android:launchMode="@integer/webAuthCallbackLaunchMode" android:noHistory="true" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />