Skip to content

3.6.5 Release

Compare
Choose a tag to compare
@Alamgir Alamgir released this 25 Oct 23:32
  • The NotificationExtenderService is now compatible with Android-O using the AOSP's JobIntentService class without bringing in support-v4:26
    • Fixes Issues: #332 #346, and #351
    • Requires that you add android:permission="android.permission.BIND_JOB_SERVICE" to your <service ...> tag in your AndroidManifest.xml.
  • Fixes issue with vibrate not defaulting. Issue #343