aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2024-10-06 23:33:27 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2024-10-07 15:37:06 +0200
commit7f0a181f8e826bd8714b4bd761c631895fad0e45 (patch)
tree83db7c55f908ff4a9f29e89b07b5684552f8f4fd
parent4b7921ce7c3d26edb52caa1013b1088e685787d1 (diff)
[Android] searchable.xml file is not necessary, this file is configured and generated by the build system
-rw-r--r--tools/android/packaging/xbmc/res/xml/searchable.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/android/packaging/xbmc/res/xml/searchable.xml b/tools/android/packaging/xbmc/res/xml/searchable.xml
deleted file mode 100644
index af66a877fe..0000000000
--- a/tools/android/packaging/xbmc/res/xml/searchable.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<searchable xmlns:android="http://schemas.android.com/apk/res/android"
- android:label="@string/app_name"
- android:hint="@string/search_hint"
-
- android:searchSuggestAuthority="org.xbmc.kodi.media"
- android:searchSuggestPath="suggestions"
-
- android:searchSuggestIntentAction="android.intent.action.GET_CONTENT"
- android:searchSuggestIntentData="content://org.xbmc.kodi.media/intent"
-
- android:includeInGlobalSearch="true"
- android:searchSettingsDescription="Media"
- android:searchSuggestThreshold="3"
- >
-</searchable> \ No newline at end of file