Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-local-notification-100mb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-local-notification-100mb

Tweaked version of cordova-plugin-local-notifications to disable BigTextStyle notifications.

  • 0.9.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Cordova Local Notifications Plugin

This package is a fork of commit 6d1b27f1e9d8e2198fd1ea6e9032419295690c47 of katzer's cordova-plugin-local-notification repository.

It disables BigTextStyle notification on Android, sets notification importance level to IMPORTANCE_MIN for all channel-based notifications, and makes the following changes to notification defaults:

  • autoClear: false
  • clock: false
  • led: false
  • lockscreen: false
  • priority: -2 (lowest priority for devices that don't use channels)
  • sound: false
  • sticky: true
  • wakeup: false

It uses the aforementioned commit instead of the last release because only that commit implements action buttons in a way that keeps the notification shade down after tapping a button.

Tweaks were made only to allow specific functionality in the 100 Million Books Android app, and I only released this package to make it easier for people to build the app from source themselves.

I don't recommend using this package for any other reason unless you really know what you're doing.

FAQs

Package last updated on 14 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc