FeedMe/privacy_and_security.md

24 lines
1.6 KiB
Markdown
Raw 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.
2018-07-08 02:33:24 +02:00
- FeedMe uses umeng ( http://mobile.umeng.com/analytics ) to collect user data, mainly for collecting crash data. **Since FeedMe v3.8.4, umeng is disabled by default. You can find the option in Settings - About - Data Collection**
2018-04-17 10:28:00 +02:00
- 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?
A: Yes, besides connect to umeng.
##### 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?
- FeedMe won't collect your any data and save them. Regarding umeng, you can check it's privacy policy ( http://www.umeng.com/policy.html ) .
- Your feeds won't be transmitted.
- **Your IMEI will be transmitted by umeng. In fact, most applications use data statistics services, and most data statistics services will collect your IMEI, device info and IP address and other general data.**
- 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.