Add support for the updated link device schema.

This commit is contained in:
Greyson Parrelli 2021-06-07 11:19:06 -04:00
parent b25b8b90e4
commit 8442143818

View file

@ -153,6 +153,14 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="tsdevice"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="sgnl"
android:host="linkdevice"/>
</intent-filter>
</activity>
<activity android:name=".preferences.MmsPreferencesActivity"