Improve IntentUriScreen and handle links in SearchScreen

This commit is contained in:
vfsfitvnm
2022-06-11 16:59:19 +02:00
parent 13357d10d7
commit baea3d252c
7 changed files with 410 additions and 332 deletions

View File

@@ -21,15 +21,17 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:theme="@style/Theme.ViMusic.NoActionBar"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
</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" />