1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.example.sample"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
8        android:minSdkVersion="24"
9        android:targetSdkVersion="33" />
10
11    <uses-permission android:name="android.permission.INTERNET" />
11-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:5:5-67
11-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:5:22-64
12    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
12-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:6:5-79
12-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:6:22-76
13
14    <application
14-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:8:5-28:19
15        android:allowBackup="true"
15-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:9:9-35
16        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
16-->[androidx.core:core:1.7.0] /Users/i-gorelov/.gradle/caches/transforms-4/ee4f15d5c7797c04b07794bccb16431a/transformed/core-1.7.0/AndroidManifest.xml:24:18-86
17        android:dataExtractionRules="@xml/data_extraction_rules"
17-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:10:9-65
18        android:debuggable="true"
19        android:extractNativeLibs="false"
20        android:fullBackupContent="@xml/backup_rules"
20-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:11:9-54
21        android:icon="@mipmap/ic_launcher"
21-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:12:9-43
22        android:label="@string/app_name"
22-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:13:9-41
23        android:roundIcon="@mipmap/ic_launcher_round"
23-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:14:9-54
24        android:supportsRtl="true"
24-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:15:9-35
25        android:testOnly="true"
25-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:16:9-32
26        android:theme="@style/Theme.AnimationSample" >
26-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:17:9-53
27        <activity
27-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:19:9-27:20
28            android:name="com.example.sample.MainActivity"
28-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:20:13-41
29            android:exported="true" >
29-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:21:13-36
30            <intent-filter>
30-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:22:13-26:29
31                <action android:name="android.intent.action.MAIN" />
31-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:23:17-69
31-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:23:25-66
32
33                <category android:name="android.intent.category.LAUNCHER" />
33-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:25:17-77
33-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:25:27-74
34            </intent-filter>
35        </activity>
36    </application>
37
38</manifest>
