Browse Source

Add missing exported flag

Sebastián Katzer 10 năm trước cách đây
mục cha
commit
792edb4aa0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>