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>
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