mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2026-07-09 15:59:50 +00:00
Применить правку
This commit is contained in:
parent
f09226ef3a
commit
f4ee755783
1 changed files with 6 additions and 5 deletions
|
|
@ -35,11 +35,12 @@
|
|||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="http" />
|
||||
<data android:host="rustore.ru" />
|
||||
<data android:host="www.rustore.ru" />
|
||||
<data android:host="apps.rustore.ru" />
|
||||
<data android:scheme="https" />
|
||||
<data android:scheme="https" android:host="www.rustore.ru" android:pathPrefix="/catalog/app/" />
|
||||
<data android:scheme="https" android:host="apps.rustore.ru" android:pathPrefix="/app/" />
|
||||
<data android:scheme="https" android:host="www.rustore.ru" android:pathPrefix="/instruction" />
|
||||
<data android:scheme="http" android:host="www.rustore.ru" android:pathPrefix="/catalog/app/" />
|
||||
<data android:scheme="http" android:host="apps.rustore.ru" android:pathPrefix="/app/" />
|
||||
<data android:scheme="http" android:host="www.rustore.ru" android:pathPrefix="/instruction" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue