Added FAQ

This commit is contained in:
M66B 2020-07-19 20:02:37 +02:00
parent 6201592fc7
commit 7e3718157b
2 changed files with 14 additions and 1 deletions

13
FAQ.md
View File

@ -281,6 +281,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
* [(156) How can I set up an Office365 account?](#user-content-faq156)
* [(157) How can I set up an Free.fr account?](#user-content-faq157)
* [(158) Which camera / audio recorder do you recommend?](#user-content-faq158)
* [(159) What are Disconnect's tracker protection lists?](#user-content-faq159)
[I have another question.](#user-content-support)
@ -3134,6 +3135,18 @@ Oddly, most audio recorders seem not to support this standard Android action.
<br />
<a name="faq159"></a>
**(159) What are Disconnect's tracker protection lists?**
Please see [here](https://disconnect.me/trackerprotection) for more information about Disconnect's tracker protection lists.
After downloading the lists in the privacy settings, the lists can optionally be used:
* to warn about tracking links on opening links
* to recognize tracking images in messages
<br />
## Support
Only the latest Play store version and latest GitHub release are supported.

View File

@ -253,7 +253,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
ibDisconnectBlacklist.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Helper.view(getContext(), Uri.parse("https://github.com/disconnectme/disconnect-tracking-protection"), true);
Helper.viewFAQ(getContext(), 159);
}
});