We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b81d4d commit 43f971cCopy full SHA for 43f971c
app/src/main/AndroidManifest.xml
@@ -12,6 +12,7 @@
12
android:theme="@style/AppTheme">
13
<activity
14
android:name=".PdfViewer"
15
+ android:documentLaunchMode="always"
16
android:exported="true">
17
<intent-filter>
18
<action android:name="android.intent.action.MAIN" />
0 commit comments