summaryrefslogtreecommitdiff
path: root/vdrmanager/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/AndroidManifest.xml')
-rw-r--r--vdrmanager/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/AndroidManifest.xml b/vdrmanager/AndroidManifest.xml
index 78995d5..550b92b 100644
--- a/vdrmanager/AndroidManifest.xml
+++ b/vdrmanager/AndroidManifest.xml
@@ -15,6 +15,7 @@
android:targetSdkVersion="18" />
<application
+
android:theme="@style/Theme.Sherlock"
android:name=".app.VdrManagerApp"
android:hardwareAccelerated="true"
@@ -147,6 +148,7 @@
android:configChanges="orientation|locale|screenSize" />
<provider
+ android:exported="false"
android:name=".data.db.EPGSearchSuggestionsProvider"
android:authorities="de.bjusystems.vdrmanager.data.db.EPGSearchSuggestionsProvider" />