Skip to content

Commit

Permalink
Removed the URL type deep link since we are mainly using deep links f…
Browse files Browse the repository at this point in the history
…or opening zim files in the application, and URLs type deep links are for downloading the content not for opening the ZIM files so we are removing these deep links from our application.
  • Loading branch information
MohitMaliDeveloper committed May 9, 2024
1 parent 4a1ac3a commit ffcfa9f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,32 +74,6 @@
<data android:pathPattern="/.*\\..*\\..*\\..*\\.zimaa" />
<data android:host="*" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="http" />
<data android:host="*" />
<data android:pathPattern="/.*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\..*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\..*\\..*\\.zim(aa|)" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="https" />
<data android:host="*" />
<data android:pathPattern="/.*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\..*\\.zim(aa|)" />
<data android:pathPattern="/.*\\..*\\..*\\..*\\.zim(aa|)" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

Expand Down

0 comments on commit ffcfa9f

Please sign in to comment.