Add search results label

This commit is contained in:
Daniel Martí 2013-07-26 00:10:48 +02:00
parent cb2bf7945b
commit 47575b5c56

View File

@ -93,6 +93,7 @@
</activity> </activity>
<activity <activity
android:name="SearchResults" android:name="SearchResults"
android:label="Search Results"
android:exported="true" android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:parentActivityName="FDroid" > android:parentActivityName="FDroid" >