5.0.0 (2023-05-04)
- This plugin now only supports Capacitor 5. Also, on Android 13, you now have to call
requestPermissions()
.
0.3.0 (2023-03-14)
- The following permission must be added to your
AndroidManifest.xml
before or after theapplication
tag:<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
- add methods
moveToForeground
,requestManageOverlayPermission
andcheckManageOverlayPermission
(7ef8d91)
0.2.0 (2023-03-12)
- The following receiver must be added to your
AndroidManifest.xml
in theapplication
tag:<receiver android:name="io.capawesome.capacitorjs.plugins.foregroundservice.NotificationActionBroadcastReceiver" />
0.1.0 (2022-12-09)
- The following permission must be added to your
AndroidManifest.xml
before theapplication
tag:<uses-permission android:name="android.permission.WAKE_LOCK" />
0.0.2 (2022-09-25)
Initial release 🎉