Skip to content

Commit

Permalink
Add link to the PCAPdroid DoH docs
Browse files Browse the repository at this point in the history
See #211
  • Loading branch information
emanuele-f committed Jan 28, 2024
1 parent c0bea02 commit 2628764
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
8 changes: 8 additions & 0 deletions app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2628764

Please sign in to comment.