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

@@ -3,14 +3,14 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<!-- Declarar soporte para TV (Leanback) -->
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="QueryAllPackagesPermission" />
<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<application
android:label="Xuper VPN"
android:label="Xuper VPN Auto"
android:theme="@style/Theme.MaterialComponents.Light.NoActionBar">
<activity android:name=".MainActivity"