diff --git a/PRIVACY.md b/PRIVACY.md
new file mode 100644
index 000000000..20c35a6aa
--- /dev/null
+++ b/PRIVACY.md
@@ -0,0 +1,16 @@
+# Pachli Privacy Policy
+
+Pachli does not collect any personal information from the user.
+
+Data from connected accounts is cached locally on the device when it is required for functionality and performance. This data cannot be accessed by other applications (on non-rooted devices). It can be deleted by logging out of your account in the application, clearing the application's local storage, or uninstalling the application.
+
+The application requires the following permissions for the following reasons:
+
+- `INTERNET`: Connect to your server of choice, fetch and post content
+- `ACCESS_NETWORK_STATE`: Defer work when the network is unavailable, and retry work when the network becomes available
+- `POST_NOTIFICATIONS`: Show notifications from your server
+- `READ_MEDIA_IMAGES` / `VIDEO` / `AUDIO`, and `READ_EXTERNAL_STORAGE`: Select media on your device if you attach it to a post
+- `WRITE_EXTERNAL_STORAGE`: Save media to your device if you download it from a post
+- `FOREGROUND_SERVICE`: Improve reliability when sending posts
+
+If you have any questions about this privacy policy please contact team@pachli.app
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index 5f94cb9bb..3d4a37a80 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -102,7 +102,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
@@ -113,7 +113,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
@@ -806,7 +806,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -817,7 +817,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -828,7 +828,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -839,7 +839,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -850,7 +850,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -861,7 +861,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -872,7 +872,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -883,7 +883,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -894,7 +894,7 @@
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
@@ -905,7 +905,7 @@
errorLine2=" ~~~~~">
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 59c8e1b24..bf90a92ed 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -3,10 +3,13 @@
xmlns:tools="http://schemas.android.com/tools" >
+
+
+
+
-