Skip to content

Instantly share code, notes, and snippets.

View zasyadev's full-sized avatar

Zasya Dev zasyadev

View GitHub Profile
@rochapablo
rochapablo / AndroidManifest.xml
Last active January 1, 2021 15:21
CALLKIT FOR ANDROID IN REACT NATIVE + TWILIO
...
<permission
android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
android:protectionLevel="signature" />
...
<activity android:name=".UnlockScreenActivity" />