1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (c) 2012-2017 Arne Schwabe
4  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
5-->
6<manifest xmlns:android="http://schemas.android.com/apk/res/android"
7    package="de.blinkt.openvpn.remote"
8    android:versionCode="1"
9    android:versionName="1.0" >
10
11    <uses-sdk
12        android:minSdkVersion="21"
13        android:targetSdkVersion="33" />
14
15    <uses-permission android:name="android.permission.INTERNET" />
15-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:10:5-67
15-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:10:22-64
16
17    <queries>
17-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:29:5-31:15
18        <package android:name="de.blinkt.openvpn" />
18-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:30:9-52
18-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:30:18-50
19    </queries>
20
21    <application
21-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:12:5-28:19
22        android:name="de.blinkt.openvpn.remote.RemoteExampleApplication"
22-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:13:13-53
23        android:allowBackup="true"
23-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:14:13-39
24        android:debuggable="true"
25        android:extractNativeLibs="true"
26        android:icon="@drawable/ic_launcher"
26-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:15:9-45
27        android:label="@string/app_name"
27-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:16:9-41
28        android:theme="@style/AppTheme" >
28-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:17:9-40
29        <activity
29-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:18:9-27:20
30            android:name="de.blinkt.openvpn.remote.MainActivity"
30-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:20:13-65
31            android:exported="true"
31-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:19:17-40
32            android:label="@string/app_name" >
32-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:21:13-45
33            <intent-filter>
33-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:22:13-26:29
34                <action android:name="android.intent.action.MAIN" />
34-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:23:17-69
34-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:23:25-66
35
36                <category android:name="android.intent.category.LAUNCHER" />
36-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:25:17-77
36-->F:\WORK\Mephi\vseros\rev\java malware\src\ics-openvpn-funny\remoteExample\src\main\AndroidManifest.xml:25:27-74
37            </intent-filter>
38        </activity>
39    </application>
40
41</manifest>
