Legacy: Add Auto-Launch feature to Potato Build
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?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-legacy" >
|
||||
android:versionCode="5"
|
||||
android:versionName="2.1-legacy-auto" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
||||
|
||||
<!-- Soporte TV -->
|
||||
<uses-feature
|
||||
android:name="android.software.leanback"
|
||||
android:required="false" />
|
||||
@@ -20,9 +20,10 @@
|
||||
android:required="false" />
|
||||
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
|
||||
android:debuggable="true"
|
||||
android:label="Xuper VPN Legacy"
|
||||
android:label="Xuper VPN Auto (Legacy)"
|
||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
|
||||
<activity
|
||||
android:name="com.cbcren.vpn.MainActivity"
|
||||
@@ -35,7 +36,6 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Parche para servicio VPN en Android 12+ -->
|
||||
<service
|
||||
android:name="com.wireguard.android.backend.GoBackend$VpnService"
|
||||
android:exported="true"
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0-legacy",
|
||||
"versionCode": 5,
|
||||
"versionName": "2.1-legacy-auto",
|
||||
"outputFile": "AndroidManifest.xml"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user