1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.kikyps.kcompressor"
4    android:versionCode="1"
5    android:versionName="1.0" >
6
7    <uses-sdk
7-->INJECTED
8        android:minSdkVersion="21"
8-->INJECTED
9        android:targetSdkVersion="37" />
9-->INJECTED
10
11    <uses-permission
11-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:4:5-6:38
12        android:name="android.permission.WRITE_EXTERNAL_STORAGE"
12-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:5:9-65
13        android:maxSdkVersion="28" />
13-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:6:9-35
14
15    <application
15-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:8:5-32:19
16        android:allowBackup="true"
16-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:9:9-35
17        android:debuggable="true"
18        android:extractNativeLibs="true"
18-->INJECTED
19        android:icon="@mipmap/ic_launcher"
19-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:10:9-43
20        android:label="KCompressor"
20-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:12:9-36
21        android:roundIcon="@mipmap/ic_launcher_round"
21-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:11:9-54
22        android:supportsRtl="true"
22-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:13:9-35
23        android:testOnly="true"
24        android:theme="@style/AppTheme" >
24-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:14:9-40
25        <activity
25-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:16:9-19:52
26            android:name="com.kikyps.kcompressor.ProcessingActivity"
26-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:17:13-47
27            android:exported="false"
27-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:18:13-37
28            android:screenOrientation="portrait" />
28-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:19:13-49
29        <activity
29-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:21:9-31:20
30            android:name="com.kikyps.kcompressor.MainActivity"
30-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:22:13-41
31            android:exported="true"
31-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:23:13-36
32            android:screenOrientation="portrait" >
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:24:13-49
33            <intent-filter>
33-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:26:13-29:29
34                <action android:name="android.intent.action.MAIN" />
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:17-69
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:25-66
35
36                <category android:name="android.intent.category.LAUNCHER" />
36-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:17-77
36-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:27-74
37            </intent-filter>
38        </activity>
39    </application>
40
41</manifest>
