Missed Notifications Reminder

Download: Missed Notifications Reminder APK

  • Latest Version
Application ID com.app.missednotificationsreminder
Downloads 147.53K
Upload by Eugene Popovich
Rating 4.3/2.07K+
Content rating Everyone, In-App Purchases
Requires android 8.1 and up
Updated on Mar 16, 2021

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • 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: