1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Add support for LG "Dual Window" mode (Android < 7.0 users) (#878)

This commit is contained in:
Contribucious
2020-05-05 23:38:05 +02:00
committed by GitHub
parent fafd8f8ee6
commit 01c56dabdf

View File

@@ -59,5 +59,8 @@
<!-- Support for Samsung "Multi Window" mode (for Android < 7.0 users) -->
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />
<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" />
</application>
</manifest>