mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
Require CALL_PHONE permission on VoiceCallShare activity.
Thanks to Jouni Hiltunen for the report
This commit is contained in:
committed by
Greyson Parrelli
parent
93f541ceca
commit
4a52532256
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user