implemented reading of pdf files

This commit is contained in:
Fabian Freund
2024-05-07 16:02:06 +02:00
parent fbae085c2f
commit ad779514b5
4 changed files with 64 additions and 15 deletions
@@ -39,6 +39,11 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="application/pdf" />
</intent-filter>
</activity>
<receiver android:name="BangNavigatorWidgetProvider" android:exported="true">
<intent-filter>