CalendarTask

Baixar: CalendarTask APK

  • Versão mais recente
ID do aplicativo com.balda.calendartask
Baixar 13.66K
Enviar por Marco Stornelli
Classificação 4.2/162+
Classificação do conteúdo Everyone
Requer Android 5.0
Atualizado em Jun 25, 2023

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.READ_CALENDAR:
    Allows an application to read the user's calendar data.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS:
    Permission an application must hold in order to use Settings.ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_CALENDAR:
    Allows an application to write the user's calendar data.
  • com.balda.calendartask.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: