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

Commit f3bee6a8 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Add BIND_CALL_SERVICE permission to Dialer" into klp-dev

parents 112c225d f0e8ea3d
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>