2 Copyright 2021,2023 Soren Stoutner <soren@stoutner.com>.
4 Translation 2021 Jose A. León. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
8 Privacy Cell is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 Privacy Cell is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with Privacy Cell. If not, see <http://www.gnu.org/licenses/>. -->
23 <meta charset="UTF-8">
25 <link rel="stylesheet" href="../css/theme.css">
27 <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28 <meta name="color-scheme" content="light dark">
32 <p>Privacy Cell usa los siguientes permisos.</p>
34 <h3>Leer el estado del teléfono e identidad</h3>
35 <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE">android.permission.<wbr>READ_PHONE_STATE</a></p>
36 <p>Requerido para determinar qué protocolos se están usando por la red del teléfono celular.</p>
38 <h3>Run foreground service</h3>
39 <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE">android.permission.<wbr>FOREGROUND_SERVICE</a></p>
40 <p>Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.</p>
42 <p><a href="https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE_SPECIAL_USE">android.permission.<wbr>FOREGROUND_SERVICE_<wbr>SPECIAL_USE</a></p>
43 <p>Specifies the type of foreground service.
44 Special Use is for services that don't fit into any of the <a href="https://developer.android.com/about/versions/14/changes/fgs-types-required">standard categories</a>.</p>
46 <h3>Run at startup</h3>
47 <p><a href="https://developer.android.com/reference/android/Manifest.permission#RECEIVE_BOOT_COMPLETED">android.permission.<wbr>RECEIVE_BOOT_COMPLETED</a></p>
48 <p>Allows Privacy Cell to enable the realtime monitoring service when the phone boots.</p>