Skip to content

Commit

Permalink
Merge pull request #3824 from kiwix/Fix#3808
Browse files Browse the repository at this point in the history
Fixed: PlayStore showing deep linking issue for URLs schema.
  • Loading branch information
kelson42 committed May 10, 2024
2 parents 4a1ac3a + ffcfa9f commit ab694c4
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 ab694c4

Please sign in to comment.