forked from EdenwareApps/Megacubo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
84 lines (84 loc) · 6.99 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="403" id="tv.megacubo.app" version="17.1.9" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Megacubo</name>
<description>
An intuitive, free and open source IPTV player.
</description>
<author email="contact@megacubo.tv" href="https://megacubo.tv">
Megacubo Team
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="cordova-custom-config-autorestore" value="true" />
<platform name="android">
<custom-config-file mode="replace" parent="./application" target="AndroidManifest.xml">
<service android:name="de.appplant.cordova.plugin.background.ForegroundService" />
</custom-config-file>
<custom-config-file mode="replace" parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
</custom-config-file>
<allow-intent href="market:*" />
<preference name="android-minSdkVersion" value="24" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="android-compileSdkVersion" value="33" />
<custom-preference delete="true" name="android-manifest/uses-sdk" />
<custom-preference name="android-manifest/application/@android:usesCleartextTraffic" value="true" />
<custom-preference name="android-manifest/application/@android:extractNativeLibs" value="true" />
<custom-preference name="android-manifest/application/@android:theme" value="@android:style/Theme.DeviceDefault.NoActionBar" />
<custom-preference name="android-manifest/application/@android:hardwareAccelerated" value="true" />
<custom-preference name="android-manifest/application/@android:requestLegacyExternalStorage" value="true" />
<custom-preference name="android-manifest/@android:hardwareAccelerated" value="true" />
<custom-preference name="android-manifest/application/activity[@android:name='MainActivity']/@android:exported" value="true" />
<custom-preference name="android-manifest/application/activity[@android:name='MainActivity']/@android:supportsPictureInPicture" value="true" />
<custom-preference name="android-manifest/application/activity[@android:name='MainActivity']/@android:configChanges" value="screenSize|smallestScreenSize|screenLayout|orientation" />
<custom-preference name="android-manifest/application/activity[@android:name='MainActivity']/@android:launchMode" value="singleTask" />
<custom-preference name="android-manifest/application/activity[@android:name='MainActivity']/@android:resizeableActivity" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,root" />
<preference name="KeyboardResize" value="false" />
<preference name="loadUrlTimeoutValue" value="300000" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<preference name="MixedContentMode" value="0" />
<preference name="Scheme" value="http" />
<preference name="ResolveServiceWorkerRequests" value="false" />
<preference name="resizeOnFullScreen" value="false" />
<preference name="CustomURLSchemePluginClearsAndroidIntent" value="true" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="AndroidXEnabled" value="true" />
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/icon/drawable-xxxhdpi-icon.png" />
<preference name="AndroidWindowSplashScreenBackground" value="#362064" />
<icon src="resources/android/icon/drawable-ldpi-icon.png" />
<icon background="@color/background" density="ldpi" foreground="resources/android/icon/ldpi-foreground.png" qualifier="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
<icon background="@color/background" density="mdpi" foreground="resources/android/icon/mdpi-foreground.png" qualifier="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
<icon background="@color/background" density="hdpi" foreground="resources/android/icon/hdpi-foreground.png" qualifier="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
<icon background="@color/background" density="xhdpi" foreground="resources/android/icon/xhdpi-foreground.png" qualifier="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
<icon background="@color/background" density="xxhdpi" foreground="resources/android/icon/xxhdpi-foreground.png" qualifier="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
<icon background="@color/background" density="xxxhdpi" foreground="resources/android/icon/xxxhdpi-foreground.png" qualifier="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
<resource-file src="resources/values/colors.xml" target="/app/src/main/res/values/colors.xml" />
<resource-file src="resources/values/themes.xml" target="/app/src/main/res/values/themes.xml" />
<resource-file src="resources/android/notification.png" target="/app/src/main/res/mipmap-ldpi/icon.png" />
<resource-file src="resources/android/notification.png" target="/app/src/main/res/mipmap-mdpi/icon.png" />
<resource-file src="resources/android/notification.png" target="/app/src/main/res/mipmap-hdpi/icon.png" />
<resource-file src="resources/android/notification.png" target="/app/src/main/res/mipmap-xhdpi/icon.png" />
<resource-file src="resources/android/notification.png" target="/app/src/main/res/mipmap-xxhdpi/icon.png" />
<resource-file src="resources/android/banner.png" target="/app/src/main/res/drawable/banner.png" />
</platform>
</widget>