mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-11 21:01:45 +08:00
parent
c0bea0227b
commit
26287640fd
@ -496,4 +496,5 @@
|
||||
<string name="mitm_doze_notice">Battery optimization may interfere with the mitm addon</string>
|
||||
<string name="redirected">redirected</string>
|
||||
<string name="connection_redirected_port_map">This connection has been redirected due to a port mapping rule</string>
|
||||
<string name="dnscrypt_how_to">How to use DoH / DNSCrypt with PCAPdroid</string>
|
||||
</resources>
|
||||
|
||||
@ -52,6 +52,14 @@
|
||||
app:iconSpaceReserved="false"
|
||||
app:defaultValue="true" />
|
||||
|
||||
<Preference
|
||||
app:key="dnscrypt_link"
|
||||
app:title="@string/dnscrypt_how_to"
|
||||
app:iconSpaceReserved="false">
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
android:data="https://emanuele-f.github.io/PCAPdroid/advanced_features#42-doh-support" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="geolocation"
|
||||
app:title="@string/geolocation"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user