Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[FEATURE] Constrained network support #1234

@Quackdoc

Description

@Quackdoc

Is your feature request related to a problem? Please describe.
Support for constrained networks to work on satallite networks

Describe the solution you'd like
Add the flag that adds support

Describe alternatives you've considered
N/A

Additional context
tested working with below patch and brave browser and fennec browser

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 3ca3a2ed..41d6d349 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -265,5 +265,7 @@
                        android:exported="false"
                        android:permission="${applicationId}.permission.CONTROL_TUNNELS">
                </receiver>
+        <meta-data android:name="android.telephony.PROPERTY_SATELLITE_DATA_OPTIMIZED"
+          android:value="com.zaneschepke.wireguardautotunnel.debug" />
     </application>
 </manifest>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions