capacitor-timer-notification
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "capacitor-timer-notification", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "timer notifcation", | ||
@@ -22,6 +22,6 @@ "main": "dist/plugin.cjs.js", | ||
"type": "git", | ||
"url": "https://github.com/Juliangames/capacitor-timer-notification" | ||
"url": "git+https://github.com/Juliangames/capacitor-timer-notification" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/issues" | ||
"url": "https://github.com/Juliangames/capacitor-timer-notification" | ||
}, | ||
@@ -59,2 +59,3 @@ "keywords": [ | ||
"eslint": "^8.57.0", | ||
"glob": "^11.0.0", | ||
"prettier": "^3.3.3", | ||
@@ -61,0 +62,0 @@ "prettier-plugin-java": "^2.6.4", |
# capacitor-timer-notification | ||
timer notifcation | ||
A Capacitor plugin to create a timer notification that will show a notification with a countdown timer. | ||
## Usage | ||
Add the following to your `android/app/src/main/AndroidManifest.xml` file: | ||
```xml | ||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> | ||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" /> | ||
<service android:name=".TimerService" android:enabled="true" android:exported="false" android:foregroundServiceType="mediaPlayback"/> | ||
``` | ||
## Install | ||
@@ -6,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
24968
0
71
16