Remove android.app.default_searchable=* from Launcher2

This value was deprecated in
I0252952b44ae85dab31221b598ed79cc24e2b580

Change-Id: If5639f2b51dd694f39e89f38e034e3d8efdba585
This commit is contained in:
Bjorn Bringert
2010-02-23 13:47:41 +00:00
parent 6b08ffe664
commit 34c4db037b

View File

@@ -94,11 +94,6 @@
</intent-filter>
</activity>
<!-- Enable system-default search mode for any activity in Home -->
<meta-data
android:name="android.app.default_searchable"
android:value="*" />
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name=".InstallShortcutReceiver"