Time Planner: Schedule & Tasks

Download: Time Planner: Schedule & Tasks APK

  • Latest Version
Application ID com.albul.timeplanner
Downloads 6.19M
Upload by Oleksandr Albul
Rating 3.9/20.85K+
Content rating Everyone, Digital Purchases
Requires android 5.0 and up
Updated on May 19, 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.USE_EXACT_ALARM:
    Allows apps to use exact alarms just like with SCHEDULE_EXACT_ALARM but without needing to request this permission from the user.
  • android.permission.USE_FULL_SCREEN_INTENT:
    Required for apps targeting Build.VERSION_CODES.Q that want to use notification full screen intents.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • com.android.vending.BILLING: