i-p-tel / sipdroid

Free SIP/VoIP client for Android
http://sipdroid.org
GNU General Public License v3.0
633 stars 263 forks source link

Crashing on established call due to attempt to modify system settings w/o permission #1045

Open pelzvieh opened 2 years ago

pelzvieh commented 2 years ago

When you dial an outgoing call and the called partner picks up, the app crashes. This is due to an attempt to write screen timeout system settings, although the app never requested such permission.

https://github.com/i-p-tel/sipdroid/blob/5837fec6c55cd4a2266ab8d86528fcd3685199e8/src/org/sipdroid/sipua/ui/InCallScreen.java#L84