Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e8ea3d authored by Yorke Lee's avatar Yorke Lee
Browse files

Add BIND_CALL_SERVICE permission to Dialer

Bug: 10605336
Change-Id: I1cfaaa0b34f981c259e09422ba973a54349c6ffb
parent f796309c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -271,7 +271,8 @@
        </activity>

        <service android:name="com.android.incallui.CallHandlerService"
                 android:process="com.android.incallui">
                 android:process="com.android.incallui"
                 android:permission="android.permission.BIND_CALL_SERVICE">
            <intent-filter>
                <action android:name="com.android.services.telephony.common.ICallHandlerService" />
            </intent-filter>