From 05a9bc09bb06bc0a6ee16b4374e37f0a27a85124 Mon Sep 17 00:00:00 2001 From: CaptV0rt3x Date: Fri, 22 May 2020 19:57:05 +0530 Subject: [PATCH] Add Privacy Policy --- site/content/privacy.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 site/content/privacy.md diff --git a/site/content/privacy.md b/site/content/privacy.md new file mode 100644 index 0000000..9d7d311 --- /dev/null +++ b/site/content/privacy.md @@ -0,0 +1,25 @@ ++++ +title = "Citra Privacy Policy" ++++ + +### **Citra Android does not collect any user information or share anything with third parties.** + +### Citra Android Permissions + +The following is a list of all the permissions Citra requires and their purpose: + +- **Read/Write Internal/External Storage**
+ `android.permission.READ_EXTERNAL_STORAGE` & `android.permission.WRITE_EXTERNAL_STORAGE`
+ Allows Citra to load games, save configurations, and write logs to a public and easily accessible directory (`/citra-emu`) + +- **Camera**
+ `android.permission.CAMERA`
+ Allows Citra to utilize your device's Camera to emulate Camera functionality for 3DS apps/games that require it. + +- **Microphone**
+ `android.permission.RECORD_AUDIO`
+ Allows Citra to utilize your device's Microphone to emulate Microphone functionality for 3DS apps/games that require it. + +- **Billing**
+ `com.android.vending.BILLING`
+ Required to provide the one-time in-app purchase of **Citra Premium**. \ No newline at end of file