Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 6 additions & 27 deletions android/KMAPro/kMAPro/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,35 +174,14 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="keyman-staging.com"
android:scheme="http"
android:pathPrefix="/go/package/download" />

<data
android:host="keyman.com"
android:scheme="https"
android:pathPrefix="/go/package/download" />

</intent-filter>

<intent-filter android:priority="50">
<!-- KMAPro should also be able to handle /keyboards/install links and convert to /go/package/download -->
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="keyman-staging.com" />
<data android:host="keyman.com" />

<data
android:host="keyman-staging.com"
android:scheme="http"
android:pathPrefix="/keyboards/install" />

<data
android:host="keyman.com"
android:scheme="https"
android:pathPrefix="/keyboards/install" />
<data android:scheme="http" />
<data android:scheme="https" />

<data android:pathPrefix="/go/package/download" />
<data android:pathPrefix="/keyboards/install" />
</intent-filter>

</activity>
Expand Down