1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

remove "singleTask" launch mode on Android 11+ (#1673)

* remove "singleTask" launch mode on Android 12+

* remove commented and unneccesary code

* fix formatting and change from Android 12 to Android 11
This commit is contained in:
Jake Fink
2021-12-06 14:17:56 -05:00
committed by GitHub
parent ea1ee2c3d3
commit 05bcc10277
6 changed files with 58 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<integer name="launchModeAPIlevel">0</integer>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<integer name="launchModeAPIlevel">2</integer>
</resources>