-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45e40fd
commit 100ca57
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Podcaster Privacy Policy - Developer: Abdelrahman Khairy | ||
## Permissions Podcaster has: | ||
Podcaster has the following permissions in order to function correctly | ||
- android.permission.INTERNET | ||
- android.permission.POST_NOTIFICATIONS | ||
- android.permission.FOREGROUND_SERVICE | ||
- android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK | ||
- android.permission.FOREGROUND_SERVICE_DATA_SYNC | ||
- android.permission.ACCESS_NETWORK_STATE | ||
|
||
## Third-party SDKs Podcaster uses: | ||
Podcaster uses Google Firebase Crashlytics and Analytics to gather data about crashes happening while the app is being used by users, | ||
this data is collected to help me fix Crashes & bugs, and hence Improve the end user experience, All data is anonymous. | ||
|
||
If you think the app is accessing or collecting data that is not supposed to be accessed or collected, | ||
then reach out at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[PrivacyPolicy](https://github.com/mr3y-the-programmer/Podcaster/blob/main/docs/PrivacyPolicy.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Podcaster</title> | ||
</head> | ||
<p style="font-size: 20px; color:#1F9AFE;"> | ||
<a href="/Podcaster/docs/PrivacyPolicy">Privacy Policy</a> | ||
</p> | ||
</html> |