add documentLaunchMode flag

This commit is contained in:
Pratyush 2022-05-12 16:13:58 +05:30 committed by Daniel Micay
parent 2b81d4dcc3
commit 43f971c028
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".PdfViewer"
android:documentLaunchMode="always"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />