get deep links to the point where adb launches on android 12

This commit is contained in:
Eric House 2022-11-02 08:35:28 -07:00
parent 6f5ae560e1
commit 66914ad341

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.eehouse.android.xw4"
>
@ -70,7 +71,7 @@
<data android:scheme="@string/newgame_scheme"/>
</intent-filter>
<intent-filter>
<intent-filter android:autoVerify="true" tools:targetApi="m">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
@ -79,15 +80,6 @@
android:host="@string/invite_host"
android:pathPrefix="@string/invite_prefix"
/>
<!-- Remove http once enough people have the https above -->
<data android:scheme="http"
android:host="@string/invite_host"
android:pathPrefix="@string/invite_prefix"
/>
<data android:scheme="http"
android:host="@string/invite_host"
android:pathPrefix="@string/conf_prefix"
/>
</intent-filter>
<intent-filter>