diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-25 13:35:26 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-25 13:35:26 -0500 |
| commit | 7c92a8e61a21a06e0ce406301985752390e5c667 (patch) | |
| tree | 04cf260eab558c550108b8ac12dfadf1dc32d806 /static | |
| parent | be1bf3b518c2ca376db1c4a0cc025232b677aca5 (diff) | |
add camera app privacy policy for Play Store
Diffstat (limited to 'static')
| -rw-r--r-- | static/camera-privacy-policy.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/static/camera-privacy-policy.html b/static/camera-privacy-policy.html new file mode 100644 index 00000000..b0dd878e --- /dev/null +++ b/static/camera-privacy-policy.html @@ -0,0 +1,87 @@ +<!DOCTYPE html> +<html lang="en" prefix="og: https://ogp.me/ns#"> + <head> + <meta charset="utf-8"/> + <title>Camera privacy policy | GrapheneOS</title> + <meta name="description" content="Privacy policy for the GrapheneOS Camera app."/> + <meta name="theme-color" content="#212121"/> + <meta name="color-scheme" content="dark light"/> + <meta name="msapplication-TileColor" content="#ffffff"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="twitter:site" content="@GrapheneOS"/> + <meta name="twitter:creator" content="@GrapheneOS"/> + <meta property="og:title" content="Camera privacy policy"/> + <meta property="og:description" content="Privacy policy for the GrapheneOS Camera app."/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> + <meta property="og:image:width" content="512"/> + <meta property="og:image:height" content="512"/> + <meta property="og:image:alt" content="GrapheneOS logo"/> + <meta property="og:site_name" content="GrapheneOS"/> + <meta property="og:url" content="https://grapheneos.org/camera-privacy-policy"/> + <link rel="canonical" href="https://grapheneos.org/camera-privacy-policy"/> + <link rel="icon" href="/favicon.ico"/> + <link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/> + <link rel="mask-icon" href="{{path|/mask-icon.svg}}" color="#1a1a1a"/> + <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> + {{css|/main.css}} + <link rel="manifest" href="/manifest.webmanifest"/> + <link rel="license" href="/LICENSE.txt"/> + </head> + <body> + <header> + <nav id="site-menu"> + <ul> + <li><a href="/"><img src="{{path|/mask-icon.svg}}" alt=""/>GrapheneOS</a></li> + <li><a href="/features">Features</a></li> + <li><a href="/install/">Install</a></li> + <li><a href="/build">Build</a></li> + <li><a href="/usage">Usage</a></li> + <li><a href="/faq">FAQ</a></li> + <li><a href="/releases">Releases</a></li> + <li><a href="/source">Source</a></li> + <li><a href="/history/">History</a></li> + <li><a href="/articles/">Articles</a></li> + <li><a href="/donate">Donate</a></li> + <li><a href="/contact">Contact</a></li> + </ul> + </nav> + </header> + <main id="camera-privacy-policy"> + <h1><a href="#camera-privacy-policy">Camera privacy policy</a></h1> + + <p>This app requires the Camera permission for the core functionality of the app. The + Microphone permission is optional and only requested when starting video recording + without disabling "Include Audio". Video can be recorded without granting Microphone + access as long as "Include Audio" is disabled. Geotagging is disabled by default and + enabling it will request the Location permission. The app doesn't require access to + your media or other files. It stores files to the profile's Media Store and requests + that they be placed in DCIM/Camera which doesn't require a permission. You can also + choose to change the directory which will have you choose a directory for it to use + via the system file manager.</p> + + <p>This app implements the system camera intent interfaces enabling other apps to use + it to take pictures or record videos with explicit user consent. Only the resulting + image or video explicitly captured by the user is given to the app. On Android 11 and + later, only a system camera app can provide the system camera intents. This app is the + system camera app on GrapheneOS where it provides that functionality. The design of + the interface for the intents is carefully designed to make it harder to trick users + into accidentally capturing an image by implementing a delay.</p> + + <p>This app does not make any network connections and doesn't use any services. It + stores settings internally and pictures/videos captured by the user.</p> + + <p>Unlike nearly any other QR/barcode scanning apps, QR/barcode scanning does not open + the resulting URL automatically.</p> + </main> + <footer> + <a href="/"><img src="{{path|/mask-icon.svg}}" width="512" height="512" alt=""/>GrapheneOS</a> + <ul id="social"> + <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li> + <li><a href="https://github.com/GrapheneOS">GitHub</a></li> + <li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li> + <li><a href="https://www.linkedin.com/company/grapheneos/">LinkedIn</a></li> + </ul> + </footer> + </body> +</html> |
