Skip to content

Commit

Permalink
add documentLaunchMode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
empratyush authored and thestinger committed Sep 30, 2022
1 parent 998f1a0 commit e083d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit e083d1b

Please sign in to comment.