enhance: Add label to deep link

This commit is contained in:
ziro 2024-01-14 11:00:20 +07:00
parent 2b8fd9d45e
commit facb8f84e9
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -61,7 +61,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<!-- Deep link to add repos -->
<intent-filter>
<intent-filter android:label="@string/action_add_repo">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />