X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fpermissions.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fpermissions.html;h=eabd8e0900fcb9bba3fc751065b4f764797db236;hp=df91befd37901cdb8afef180290415c74aa3db13;hb=5ea6d1b2d584b2e7514dac2f254ffe2863af3b93;hpb=4d5cfe9a7488fd6bcbda32aeaf159fab2fbfd36f diff --git a/app/src/main/assets/es/permissions.html b/app/src/main/assets/es/permissions.html index df91bef..eabd8e0 100644 --- a/app/src/main/assets/es/permissions.html +++ b/app/src/main/assets/es/permissions.html @@ -35,21 +35,21 @@

android.permission.READ_PHONE_STATE

Requerido para determinar qué protocolos se están usando por la red del teléfono celular.

-

Show Notifications

+

Mostrar notificaciones

android.permission.POST_NOTIFICATIONS

-

Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.

+

Permite a Privacy Cell mostrar un icono de notificación de supervisión en tiempo real en la barrra de estado.

-

Run foreground service

+

Ejecutar servicio en primer plano

android.permission.FOREGROUND_SERVICE

-

Allows Privacy Cell to update the realtime monitoring notification icon when the app is not in the foreground.

+

Permite a Privacy Cell actualizar el icono de notificación de supervisión cuando la aplicación no está en primer plano.

android.permission.FOREGROUND_SERVICE_SPECIAL_USE

-

Specifies the type of foreground service. - Special Use is for services that don't fit into any of the standard categories.

+

Especifica el tipo de servicio en primer plano. + El uso especial es para servicios que no encajan en ninguna de las categorías estándar.

-

Run at startup

+

Ejecutar al inicio

android.permission.RECEIVE_BOOT_COMPLETED

-

Allows Privacy Cell to enable the realtime monitoring service when the phone boots.

+

Permite a Privacy Cell activar el servicio de monitorización en tiempo real al arrancar el teléfono.

com.stoutner.privacycell.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Se añade automáticamente a todas las aplicaciones con API >= 33 (Android 13) para impedir que otras aplicaciones se conecten a receptores dinámicos sin permiso explícito.