mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-06 16:25:33 -04:00
Adding Secure Camera (#689)
This commit is contained in:
parent
eb03a76293
commit
aa65489ed3
3 changed files with 25 additions and 1 deletions
|
@ -0,0 +1,22 @@
|
|||
title: Secure Camera
|
||||
type: Recommendation
|
||||
logo: /assets/img/android/secure_camera.svg
|
||||
description: |
|
||||
**Secure Camera** is an camera app focused on privacy and security which can capture images, videos, and QR codes. CameraX vendor extensions (Portrait, HDR, Night Sight, Face Retouch, and Auto) are also supported on available devices.
|
||||
|
||||
Main privacy features include
|
||||
- Auto stripping of [Exif](https://en.wikipedia.org/wiki/Exif) metadata (enabled by default)
|
||||
- Use of the new [Media](https://developer.android.com/training/data-storage/shared/media) API, therefore [storage permissions](https://developer.android.com/training/data-storage) are not required
|
||||
- Microphone permission not required unless you want to record sound
|
||||
|
||||
### Notes
|
||||
Metadata is not currently stripped from video files but that is planned.
|
||||
|
||||
The orientation metadata is not stripped, and if you enable location that is not stripped as well.
|
||||
|
||||
website: 'https://github.com/GrapheneOS/Camera'
|
||||
downloads:
|
||||
- icon: fab fa-google-play
|
||||
url: 'https://play.google.com/store/apps/details?id=app.grapheneos.camera.play'
|
||||
- icon: fab fa-github
|
||||
url: 'https://github.com/GrapheneOS/Camera/releases'
|
Loading…
Add table
Add a link
Reference in a new issue