mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 04:58:07 +00:00
Removed process outgoing call permission
This commit is contained in:
parent
91ba5f08dc
commit
020ae580a0
1 changed files with 1 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<manifest package="org.linphone"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="4002"
|
||||
android:versionCode="4003"
|
||||
android:versionName="4.0.1">
|
||||
|
||||
<uses-sdk
|
||||
|
|
@ -15,7 +15,6 @@
|
|||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"/>
|
||||
<uses-permission android:name="android.permission.CALL_PHONE"/>
|
||||
<!-- Needed to allow Linphone to install on tablets, since android.permission.CALL_PHONE implies android.hardware.telephony is required -->
|
||||
<uses-feature
|
||||
|
|
@ -256,13 +255,6 @@
|
|||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".receivers.OutgoingCallReceiver"
|
||||
android:permission="android.permission.PROCESS_OUTGOING_CALLS">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver
|
||||
android:name=".receivers.AccountEnableReceiver"
|
||||
android:permission="android.permission.USE_SIP">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue