Require CALL_PHONE permission on VoiceCallShare activity.

Thanks to Jouni Hiltunen for the report
This commit is contained in:
Lucio Maciel
2021-08-02 13:53:13 -03:00
committed by Greyson Parrelli
parent 93f541ceca
commit 4a52532256

View File

@@ -491,6 +491,7 @@
<activity android:name="org.thoughtcrime.securesms.webrtc.VoiceCallShare"
android:excludeFromRecents="true"
android:permission="android.permission.CALL_PHONE"
android:theme="@style/NoAnimation.Theme.BlackScreen"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">