Skip to content

Commit 46844d3

Browse files
Merge pull request #74 from mrakesh0608/fix/android-manifest
fix: android manifest
2 parents 006cb9e + f6c7b58 commit 46844d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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>

0 commit comments

Comments
 (0)