blob: 4e4bfa2b256c8ed7b6725b445662541e9a9936bb [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.providers.applications"
android:sharedUserId="android.uid.shared">
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
<application android:process="android.process.acore" android:label="@string/app_label">
<provider android:name="ApplicationsProvider" android:authorities="applications"
android:syncable="false" android:multiprocess="false" />
<activity android:name="ApplicationLauncher"
android:label="@string/search_label"
android:stateNotNeeded="true"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
</application>
</manifest>