mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
enhance: Add label to deep link
This commit is contained in:
parent
2b8fd9d45e
commit
facb8f84e9
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue