1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.askweather"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="21"
8-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml
9        android:targetSdkVersion="29" />
9-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:4:5-67
11-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:4:22-64
12
13    <application
13-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:7:5-22:19
14        android:allowBackup="true"
14-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:8:9-35
15        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
15-->[androidx.core:core:1.3.1] C:\Users\WELCOME\.gradle\caches\transforms-2\files-2.1\ae3468b444d41a56f261ecbb8448fe17\core-1.3.1\AndroidManifest.xml:24:18-86
16        android:debuggable="true"
17        android:icon="@mipmap/ic_launcher"
17-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:9:9-43
18        android:label="@string/app_name"
18-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:10:9-41
19        android:roundIcon="@mipmap/ic_launcher_round"
19-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:12:9-54
20        android:supportsRtl="true"
20-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:13:9-35
21        android:testOnly="true"
22        android:theme="@style/AppTheme"
22-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:14:9-40
23        android:usesCleartextTraffic="true" >
23-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:11:9-44
24        <activity android:name="com.example.askweather.MainActivity" >
24-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:15:9-21:20
24-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:15:19-47
25            <intent-filter>
25-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:16:13-20:29
26                <action android:name="android.intent.action.MAIN" />
26-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:17:17-69
26-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:17:25-66
27
28                <category android:name="android.intent.category.LAUNCHER" />
28-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:19:17-77
28-->C:\Users\WELCOME\AndroidStudioProjects\ASKweather2\app\src\main\AndroidManifest.xml:19:27-74
29            </intent-filter>
30        </activity>
31    </application>
32
33</manifest>
