We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006cb9e commit f6c7b58Copy full SHA for f6c7b58
README.md
@@ -88,10 +88,10 @@ In `AndroidManifest.xml`:
88
/>
89
<service
90
android:name="com.reactnativefullscreennotificationincomingcall.IncomingCallService"
91
- android:enabled="false"
+ android:enabled="true"
92
android:stopWithTask="false"
93
android:foregroundServiceType="phoneCall"
94
- android:exported="true" />
+ android:exported="false" />
95
96
.....
97
</application>
0 commit comments