LED Me Know - Notification LED

Download: LED Me Know - Notification LED APK

  • Latest Version
Application ID com.anker.ledmeknow
Downloads 642.4K
Upload by Anker Technologies
Rating 4.1/9K+
Content rating Everyone
Requires android 9 and up
Updated on Jan 02, 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.QUERY_ALL_PACKAGES:
    Allows query of any normal app on the device, regardless of manifest declarations.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.SCHEDULE_EXACT_ALARM:
    Allows applications to use exact alarm APIs.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • com.android.vending.BILLING: