mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 20:19:58 +00:00
add rustore deeplink
This commit is contained in:
parent
5f8f39ab53
commit
0259f77fd2
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
|||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!-- openstore deeplink, haha -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
<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" android:host="rustore.ru" />
|
||||
<data android:scheme="http" android:host="www.rustore.ru" />
|
||||
<data android:scheme="http" android:host="apps.rustore.ru" />
|
||||
<data android:scheme="https" />
|
||||
</intent-filter>
|
||||
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||
the Android process has started. This theme is visible to the user
|
||||
while the Flutter UI initializes. After that, this theme continues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue