Explorar el Código

Add missing exported flag

Sebastián Katzer hace 10 años
padre
commit
792edb4aa0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>