Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Fix join link to accept subdirectories in Aware servers
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioV committed Apr 1, 2020
1 parent 54fe2e6 commit 678efb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aware-phone/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="*"
android:pathPattern="/index.php/webservice/index/.*"
android:pathPattern="/.*index.php/webservice/index/.*"
android:scheme="http" />
<data
android:host="*"
android:pathPattern="/index.php/webservice/index/.*"
android:pathPattern="/.*index.php/webservice/index/.*"
android:scheme="https" />
</intent-filter>
<meta-data
Expand Down

0 comments on commit 678efb9

Please sign in to comment.