Skip to content

Commit

Permalink
set exported true
Browse files Browse the repository at this point in the history
  • Loading branch information
enriqueviard committed Jan 24, 2023
1 parent 60df98e commit 1fe50e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<application>
<activity
android:exported="false"
android:exported="true"
android:name=".RNTwilioVideo.IncomingVideoCallFullscreenActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_incoming_call_fullscreen"
android:theme="@style/Theme.Android.Fullscreen">
</activity>

<activity
android:exported="false"
android:exported="true"
android:name=".RNTwilioVoice.IncomingVoiceCallFullscreenActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_incoming_call_fullscreen"
Expand Down

0 comments on commit 1fe50e2

Please # to comment.