# Permissions

### Storage permissions

Any app requires users permission to read and write on the storage. This is mandatory otherwise an app is not able to create files on the disk. This is essential for LockMyPix to secure your files.

#### All Files Access

With Android 11 a huge privacy change has been introduced, called *Scoped Storage* ([read more](https://medium.com/nonstopio/privacy-in-android-11-2fc7174e12dc) - external link).

This requires apps like LockMyPix to request the All Files Permission since 01.11.2021 to be able to still protect any desired file.

{% hint style="success" %}
Only apps that are allowed by Google Play can request this permission
{% endhint %}

LockMyPix will use that permission to ensure the same functionality as before. Nothing else.

### Camera permission

This is required only if you want to take a photo/video from inside LockMyPix.

#### Microphone

Permission is requried when taking a video with voice.

{% hint style="success" %}
**Mind:** LockMyPix ensures your privacy and is build to give you greatest security for all your personal files. Permissions will solely used for the main purpose: functionality. LockMyPix will never send your private files to our servers or collect any files.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.en.lockmypix.com/general/lockmypix-faqs/permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
