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