Add image compressor

This commit is contained in:
2026-06-12 03:47:52 +07:00
parent b09ecf06ab
commit 099307e098
188 changed files with 4758 additions and 4923 deletions
@@ -1,64 +0,0 @@
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-30: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:label="KCompressor"
19-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:10:9-36
20 android:supportsRtl="true"
20-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:11:9-35
21 android:testOnly="true"
22 android:theme="@style/AppTheme" >
22-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:12:9-40
23 <activity
23-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:14:9-17:52
24 android:name="com.kikyps.kcompressor.ProcessingActivity"
24-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:15:13-47
25 android:exported="false"
25-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:16:13-37
26 android:screenOrientation="portrait" />
26-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:17:13-49
27 <activity
27-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:19:9-29:20
28 android:name="com.kikyps.kcompressor.MainActivity"
28-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:20:13-41
29 android:exported="true"
29-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:21:13-36
30 android:screenOrientation="portrait" >
30-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:22:13-49
31 <intent-filter>
31-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:24:13-27:29
32 <action android:name="android.intent.action.MAIN" />
32-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:25:17-69
32-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:25:25-66
33
34 <category android:name="android.intent.category.LAUNCHER" />
34-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:26:17-77
34-->D:\MyProject\kcompressor\app\src\main\AndroidManifest.xml:26:27-74
35 </intent-filter>
36 </activity>
37 </application>
38
39</manifest>