Explorar o código

Add missing exported flag

Sebastián Katzer %!s(int64=10) %!d(string=hai) anos
pai
achega
792edb4aa0
Modificáronse 1 ficheiros con 1 adicións e 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>