Sebastián Katzer пре 10 година
родитељ
комит
792edb4aa0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plugin.xml

+ 1 - 1
plugin.xml

@@ -91,7 +91,7 @@
                 android:name="de.appplant.cordova.plugin.notification.ClearReceiver"
                 android:exported="false" />
 
-            <receiver android:name="de.appplant.cordova.plugin.localnotification.RestoreReceiver" >
+            <receiver android:name="de.appplant.cordova.plugin.localnotification.RestoreReceiver" android:exported="false" >
                 <intent-filter>
                     <action android:name="android.intent.action.BOOT_COMPLETED" />
                 </intent-filter>