Commit 6b2cc24e by Sebastián Katzer

Make use of new LOCKED_BOOT_COMPLETED action

parent a720399c
...@@ -123,9 +123,11 @@ ...@@ -123,9 +123,11 @@
<receiver <receiver
android:name="de.appplant.cordova.plugin.localnotification.RestoreReceiver" android:name="de.appplant.cordova.plugin.localnotification.RestoreReceiver"
android:directBootAware="true"
android:exported="false" > android:exported="false" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" android:priority="500" /> <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter> </intent-filter>
</receiver> </receiver>
</config-file> </config-file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment