Skip to content

Commit ecdcfd7

Browse files
Merge branch 'master' into expo-plugin
2 parents 5056a29 + 6c57ac8 commit ecdcfd7

File tree

3 files changed

+1701
-2812
lines changed

3 files changed

+1701
-2812
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ In `AndroidManifest.xml`:
8888
/>
8989
<service
9090
android:name="com.reactnativefullscreennotificationincomingcall.IncomingCallService"
91-
android:enabled="false"
91+
android:enabled="true"
9292
android:stopWithTask="false"
9393
android:foregroundServiceType="phoneCall"
94-
android:exported="true" />
94+
android:exported="false" />
9595

9696
.....
9797
</application>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-full-screen-notification-incoming-call",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Android full screen notification incoming call for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)