FeedMe/privacy_and_security.md

22 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-04-17 10:28:00 +02:00
## Permissions
2017-04-09 12:36:39 +02:00
2018-04-17 10:28:00 +02:00
##### `android.permission.READ_PHONE_STATE`
2017-04-09 12:36:39 +02:00
Since version 3.0, FeedMe added TTS and podcast feature. For a better experience, When there is a call, it will automatically suspend audio playback.
So FeedMe need this permission to achieve this suspending function.
2018-04-17 10:28:00 +02:00
## External server
- FeedMe has no server to save your data.
- FeedMe uses RSS server APIs to get feeds data for you.
## Q&A
##### Q:Does FeedMe only connect to my RSS provider like Feedbin and only connects to external addresses that are listed in my feeds?
2019-09-28 15:43:20 +02:00
A: Yes.
2018-04-17 10:28:00 +02:00
##### Q:Does FeedMe collect any data and phone home to you or a third party? If so, what? Is the list of my feeds transmitted? Is my IMEI transmitted? Is any information about what I have in my storage transmitted?
2019-09-28 15:43:20 +02:00
- FeedMe won't collect your any data and save them.
2018-04-17 10:28:00 +02:00
- Your feeds won't be transmitted.
- FeedMe won't use your other information in your storage.
##### Q:Is any third party library used that tracks?
2018-07-08 02:33:24 +02:00
A: I have listed the third party libraries ( https://github.com/seazon/FeedMe/blob/master/doc/en/licenses.md ). You can check their documents and source codes.