1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2017 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16-->
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18    package="paging.android.example.com.pagingsample"
19    android:versionCode="1"
20    android:versionName="1.0" >
21
22    <uses-sdk
23        android:minSdkVersion="14"
23-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml
24        android:targetSdkVersion="29" />
24-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml
25
26    <application
26-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:21:5-35:19
27        android:allowBackup="true"
27-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:22:9-35
28        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
28-->[androidx.core:core:1.3.2] /Users/tas/.gradle/caches/transforms-2/files-2.1/79863e1eba539ff864c51f27a18a48be/core-1.3.2/AndroidManifest.xml:24:18-86
29        android:debuggable="true"
30        android:icon="@mipmap/ic_launcher"
30-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:23:9-43
31        android:label="@string/app_name"
31-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:24:9-41
32        android:roundIcon="@mipmap/ic_launcher_round"
32-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:25:9-54
33        android:supportsRtl="true"
33-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:26:9-35
34        android:testOnly="true"
35        android:theme="@style/AppTheme" >
35-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:27:9-40
36        <activity android:name="paging.android.example.com.pagingsample.MainActivity" >
36-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:28:9-34:20
36-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:28:19-47
37            <intent-filter>
37-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:29:13-33:29
38                <action android:name="android.intent.action.MAIN" />
38-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:30:17-68
38-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:30:25-66
39
40                <category android:name="android.intent.category.LAUNCHER" />
40-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:32:17-76
40-->/Users/tas/StudioProjects/architecture-components-samples/PagingSample/app/src/main/AndroidManifest.xml:32:27-74
41            </intent-filter>
42        </activity>
43
44        <service
44-->[androidx.room:room-runtime:2.3.0-alpha04] /Users/tas/.gradle/caches/transforms-2/files-2.1/03f5cab1299692bc5c4ae7d79f61a869/room-runtime-2.3.0-alpha04/AndroidManifest.xml:25:9-28:40
45            android:name="androidx.room.MultiInstanceInvalidationService"
45-->[androidx.room:room-runtime:2.3.0-alpha04] /Users/tas/.gradle/caches/transforms-2/files-2.1/03f5cab1299692bc5c4ae7d79f61a869/room-runtime-2.3.0-alpha04/AndroidManifest.xml:26:13-74
46            android:directBootAware="true"
46-->[androidx.room:room-runtime:2.3.0-alpha04] /Users/tas/.gradle/caches/transforms-2/files-2.1/03f5cab1299692bc5c4ae7d79f61a869/room-runtime-2.3.0-alpha04/AndroidManifest.xml:27:13-43
47            android:exported="false" />
47-->[androidx.room:room-runtime:2.3.0-alpha04] /Users/tas/.gradle/caches/transforms-2/files-2.1/03f5cab1299692bc5c4ae7d79f61a869/room-runtime-2.3.0-alpha04/AndroidManifest.xml:28:13-37
48    </application>
49
50</manifest>
