Rebuild Main: Universal Launcher Architecture (Intents) + Auto Launch

This commit is contained in:
Renato
2026-02-10 00:15:59 +01:00
parent 8bb094cf1a
commit 157bf7db2e
477 changed files with 32781 additions and 9057 deletions

View File

@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cbcren.vpn"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="7"
android:versionName="3.0-launcher-universal" >
<uses-sdk
android:minSdkVersion="24"
android:minSdkVersion="21"
android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<!-- Declarar soporte para TV (Leanback) -->
<uses-feature
android:name="android.software.leanback"
android:required="false" />
@@ -18,11 +19,16 @@
android:name="android.hardware.touchscreen"
android:required="false" />
<permission
android:name="com.cbcren.vpn.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
android:protectionLevel="signature" />
<uses-permission android:name="com.cbcren.vpn.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<application
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true"
android:extractNativeLibs="false"
android:label="Xuper VPN"
android:label="Xuper VPN Auto"
android:theme="@style/Theme.MaterialComponents.Light.NoActionBar" >
<activity
android:name="com.cbcren.vpn.MainActivity"
@@ -35,15 +41,6 @@
</intent-filter>
</activity>
<service
android:name="com.wireguard.android.backend.GoBackend$VpnService"
android:exported="false"
android:permission="android.permission.BIND_VPN_SERVICE" >
<intent-filter>
<action android:name="android.net.VpnService" />
</intent-filter>
</service>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.cbcren.vpn.androidx-startup"

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionCode": 7,
"versionName": "3.0-launcher-universal",
"outputFile": "AndroidManifest.xml"
}
],