@ -73,7 +73,8 @@
@@ -73,7 +73,8 @@
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/TransdroidTheme"
android:windowSoftInputMode="stateHidden">
android:windowSoftInputMode="stateHidden"
android:exported="true">
<intent-filter >
<action android:name= "android.intent.action.MAIN" />
@ -245,7 +246,8 @@
@@ -245,7 +246,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/search_torrentsearch"
android:launchMode="singleTask"
android:theme="@style/TransdroidTheme">
android:theme="@style/TransdroidTheme"
android:exported="true">
<intent-filter >
<action android:name= "android.intent.action.SEARCH" />
@ -283,7 +285,8 @@
@@ -283,7 +285,8 @@
android:label="@string/rss_feeds"
android:theme="@style/TransdroidTheme" />
<receiver android:name= "org.transdroid.core.service.BootReceiver_" >
<receiver android:name= "org.transdroid.core.service.BootReceiver_"
android:exported="true">
<intent-filter >
<action
android:name="android.intent.action.BOOT_COMPLETED"
@ -307,7 +310,8 @@
@@ -307,7 +310,8 @@
<!-- Home screen widget -->
<activity
android:name="org.transdroid.core.widget.ListWidgetConfigActivity_"
android:theme="@style/TransdroidTheme.WidgetConfig">
android:theme="@style/TransdroidTheme.WidgetConfig"
android:exported="true">
<intent-filter >
<action android:name= "android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
@ -318,7 +322,8 @@
@@ -318,7 +322,8 @@
android:exported="false"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<receiver android:name= "org.transdroid.core.widget.ListWidgetProvider_" >
<receiver android:name= "org.transdroid.core.widget.ListWidgetProvider_"
android:exported="true">
<intent-filter >
<action android:name= "android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>