implemented reading of pdf files
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user