From 100ca57e357144a8d5029f2209850355bec97f4f Mon Sep 17 00:00:00 2001 From: MR3Y Date: Mon, 5 Feb 2024 15:41:29 +0200 Subject: [PATCH] Add PrivacyPolicy doc --- docs/PrivacyPolicy.md | 16 ++++++++++++++++ docs/README.md | 1 + index.html | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 docs/PrivacyPolicy.md create mode 100644 docs/README.md create mode 100644 index.html diff --git a/docs/PrivacyPolicy.md b/docs/PrivacyPolicy.md new file mode 100644 index 00000000..bf22a0ea --- /dev/null +++ b/docs/PrivacyPolicy.md @@ -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 26522145+mr3y-the-programmer@users.noreply.github.com. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..e63fa6c3 --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +[PrivacyPolicy](https://github.com/mr3y-the-programmer/Podcaster/blob/main/docs/PrivacyPolicy.md) \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..fe98142e --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + + + Podcaster + +

+ Privacy Policy +

+ \ No newline at end of file