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:extractNativeLibs="false"
19        android:fullBackupContent="@xml/backup_rules"
19-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:11:9-54
20        android:icon="@mipmap/ic_launcher"
20-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:12:9-43
21        android:label="@string/app_name"
21-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:13:9-41
22        android:roundIcon="@mipmap/ic_launcher_round"
22-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:14:9-54
23        android:supportsRtl="true"
23-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:15:9-35
24        android:testOnly="true"
24-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:16:9-32
25        android:theme="@style/Theme.AnimationSample" >
25-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:17:9-53
26        <activity
26-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:19:9-27:20
27            android:name="com.example.sample.MainActivity"
27-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:20:13-41
28            android:exported="true" >
28-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:21:13-36
29            <intent-filter>
29-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:22:13-26:29
30                <action android:name="android.intent.action.MAIN" />
30-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:23:17-69
30-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:23:25-66
31
32                <category android:name="android.intent.category.LAUNCHER" />
32-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:25:17-77
32-->/Users/i-gorelov/StudioProjects/TelemetrySample/app/src/main/AndroidManifest.xml:25:27-74
33            </intent-filter>
34        </activity>
35    </application>
36
37</manifest>
