Avoids search export/permission warning

This commit is contained in:
Ciaran Gultnieks 2012-09-16 10:31:32 +01:00
parent a72716f4be
commit 5c799559a9

View File

@ -26,7 +26,7 @@
<activity android:name="Settings" />
<activity android:name="AppDetails" />
<activity android:name="Preferences" />
<activity android:name="SearchResults" android:launchMode="singleTop">
<activity android:name="SearchResults" android:launchMode="singleTop" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>