1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.zatackcoder.customtoolbarwithsearchview"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="16"
8-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml
9        android:targetSdkVersion="28" />
9-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml
10
11    <application
11-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:5:5-28:19
12        android:allowBackup="true"
12-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:6:9-35
13        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
13-->[androidx.core:core:1.1.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/1cd7eff88f5e86d0249af2958bf465f0/core-1.1.0/AndroidManifest.xml:24:18-86
14        android:debuggable="true"
15        android:icon="@mipmap/ic_launcher"
15-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:7:9-43
16        android:label="@string/app_name"
16-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:8:9-41
17        android:roundIcon="@mipmap/ic_launcher_round"
17-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:9:9-54
18        android:supportsRtl="true"
18-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:10:9-35
19        android:testOnly="true"
20        android:theme="@style/AppTheme" >
20-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:11:9-40
21        <activity
21-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:12:9-27:20
22            android:name="com.zatackcoder.customtoolbarwithsearchview.MainActivity"
22-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:13:13-41
23            android:label="@string/app_name"
23-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:14:13-45
24            android:launchMode="singleTop"
24-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:15:13-43
25            android:theme="@style/AppTheme.NoActionBar" >
25-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:16:13-56
26            <intent-filter>
26-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:17:13-22:29
27                <action android:name="android.intent.action.MAIN" />
27-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:18:17-69
27-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:18:25-66
28                <action android:name="android.intent.action.SEARCH" />
28-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:19:17-71
28-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:19:25-68
29
30                <category android:name="android.intent.category.LAUNCHER" />
30-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:21:17-77
30-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:21:27-74
31            </intent-filter>
32            <!-- To Show Mic in SearchView -->
33            <meta-data
33-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:24:13-26:54
34                android:name="android.app.searchable"
34-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:25:17-54
35                android:resource="@xml/searchable" />
35-->/media/rajesh/Backup-Data/AndroidStudioProjects/Testing/CustomToolbarWithSearchView/app/src/main/AndroidManifest.xml:26:17-51
36        </activity>
37
38        <provider
38-->[androidx.lifecycle:lifecycle-process:2.2.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/133d3390c58c70ac7467dd72c7251bfe/jetified-lifecycle-process-2.2.0/AndroidManifest.xml:25:9-29:43
39            android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
39-->[androidx.lifecycle:lifecycle-process:2.2.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/133d3390c58c70ac7467dd72c7251bfe/jetified-lifecycle-process-2.2.0/AndroidManifest.xml:26:13-79
40            android:authorities="com.zatackcoder.customtoolbarwithsearchview.lifecycle-process"
40-->[androidx.lifecycle:lifecycle-process:2.2.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/133d3390c58c70ac7467dd72c7251bfe/jetified-lifecycle-process-2.2.0/AndroidManifest.xml:27:13-69
41            android:exported="false"
41-->[androidx.lifecycle:lifecycle-process:2.2.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/133d3390c58c70ac7467dd72c7251bfe/jetified-lifecycle-process-2.2.0/AndroidManifest.xml:28:13-37
42            android:multiprocess="true" />
42-->[androidx.lifecycle:lifecycle-process:2.2.0] /home/rajesh/.gradle/caches/transforms-2/files-2.1/133d3390c58c70ac7467dd72c7251bfe/jetified-lifecycle-process-2.2.0/AndroidManifest.xml:29:13-40
43    </application>
44
45</manifest>
