Skip to content
Snippets Groups Projects
Commit 263933f6 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix provider authority for TV search

parent 3d9f8a76
No related branches found
No related tags found
1 merge request!570TV: fix file provider uri in debug builds
Pipeline #16581 passed with stage
in 4 minutes and 11 seconds
......@@ -2,7 +2,7 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/search_hint"
android:searchSuggestAuthority="org.videolan.vlc.tv"
android:searchSuggestAuthority="@string/tv_provider_authority"
android:searchSuggestIntentAction="android.intent.action.VIEW"
android:searchSuggestIntentData="content://org.videolan.vlc.tv/media_database"
android:searchSuggestSelection=" ?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment