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:extractNativeLibs="true"
17-->INJECTED
18        android:icon="@drawable/kicon_circle"
18-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:10:9-46
19        android:label="KCompressor"
19-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:12:9-36
20        android:roundIcon="@drawable/kicon_square"
20-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:11:9-51
21        android:supportsRtl="true"
21-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:13:9-35
22        android:theme="@style/AppTheme" >
22-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:14:9-40
23        <activity
23-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:16:9-19:52
24            android:name="com.kikyps.kcompressor.ProcessingActivity"
24-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:17:13-47
25            android:exported="false"
25-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:18:13-37
26            android:screenOrientation="portrait" />
26-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:19:13-49
27        <activity
27-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:21:9-31:20
28            android:name="com.kikyps.kcompressor.MainActivity"
28-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:22:13-41
29            android:exported="true"
29-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:23:13-36
30            android:screenOrientation="portrait" >
30-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:24:13-49
31            <intent-filter>
31-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:26:13-29:29
32                <action android:name="android.intent.action.MAIN" />
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:17-69
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:25-66
33
34                <category android:name="android.intent.category.LAUNCHER" />
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:17-77
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:27-74
35            </intent-filter>
36        </activity>
37    </application>
38
39</manifest>
