1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lsyj-call-baidu-search

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
AndroidManifest.xml 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Dreamer Отправлено 22.02.2015 15:16 0e5191b
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ml.dreamr.search"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<activity android:name=".SearchActivity"
android:label="百度搜索"
android:theme="@android:style/Theme.NoDisplay"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.WEB_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<!-- This must be lower than the default priority (0), so that it
does not clash with other global search providers. -->
<intent-filter android:priority="-100">
<action android:name="android.search.action.GLOBAL_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.MONKEY" />
</intent-filter>
</activity>
</application>
</manifest>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/lsyj-call-baidu-search.git
git@api.gitlife.ru:oschina-mirror/lsyj-call-baidu-search.git
oschina-mirror
lsyj-call-baidu-search
lsyj-call-baidu-search
master