react-native-flic2 0.3.20 → 0.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,8 @@
14
14
  <receiver
15
15
  android:name="nl.xguard.flic2.service.Flic2Service$BootUpReceiver"
16
16
  android:enabled="true"
17
- android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
17
+ android:permission="android.permission.RECEIVE_BOOT_COMPLETED"
18
+ android:exported="false">
18
19
  <intent-filter>
19
20
  <action android:name="android.intent.action.BOOT_COMPLETED" />
20
21
  <category android:name="android.intent.category.DEFAULT" />
@@ -23,7 +24,8 @@
23
24
 
24
25
  <receiver
25
26
  android:name="nl.xguard.flic2.service.Flic2Service$UpdateReceiver"
26
- android:enabled="true">
27
+ android:enabled="true"
28
+ android:exported="false">
27
29
  <intent-filter>
28
30
  <action android:name="android.intent.action.PACKAGE_REPLACED" />
29
31
  <data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-flic2",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "description": "React Native Flic plugin made with the Flic2 SDK (unofficial)",
5
5
  "main": "index.js",
6
6
  "scripts": {},