diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6492858..55958e8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,9 @@ jobs: fail-fast: false matrix: include: - # - platform: android-apk - # os: ubuntu-latest - # targets: apk + - platform: android-apk + os: ubuntu-latest + targets: apk # - platform: android-aab # os: ubuntu-latest @@ -78,10 +78,10 @@ jobs: # aarch: amd64 # targets: AppImage,deb,rpm - - platform: macos - os: macos-13 - aarch: universal - targets: dmg,pkg + # - platform: macos + # os: macos-13 + # aarch: universal + # targets: dmg,pkg # - platform: ios # os: macos-14 diff --git a/android/app/src/main/kotlin/com/hiddify/hiddify/bg/VPNService.kt b/android/app/src/main/kotlin/com/hiddify/hiddify/bg/VPNService.kt index 50194472..62308f55 100644 --- a/android/app/src/main/kotlin/com/hiddify/hiddify/bg/VPNService.kt +++ b/android/app/src/main/kotlin/com/hiddify/hiddify/bg/VPNService.kt @@ -142,7 +142,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper { } } try { - builder.addDisallowedApplication(packageName) + //builder.addDisallowedApplication(packageName) } catch (_: NameNotFoundException) { } } @@ -166,7 +166,7 @@ class VPNService : VpnService(), PlatformInterfaceWrapper { } } try { - builder.addDisallowedApplication(packageName) + //builder.addDisallowedApplication(packageName) } catch (_: NameNotFoundException) { } }