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

Commit dd2032c2 authored by Hai Zhang's avatar Hai Zhang
Browse files

Add "None" for call screening and redirection roles.

Fixes: 140279421
Test: manual
Change-Id: Ib6f44601922cb692f2442decda7975299a91878f
parent 63a0f70a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -379,7 +379,8 @@
        label="@string/role_call_redirection_label"
        requestDescription="@string/role_call_redirection_request_description"
        requestTitle="@string/role_call_redirection_request_title"
        shortLabel="@string/role_call_redirection_short_label">
        shortLabel="@string/role_call_redirection_short_label"
        showNone="true">
        <required-components>
            <service permission="android.permission.BIND_CALL_REDIRECTION_SERVICE">
                <intent-filter>
@@ -397,7 +398,8 @@
        label="@string/role_call_screening_label"
        requestDescription="@string/role_call_screening_request_description"
        requestTitle="@string/role_call_screening_request_title"
        shortLabel="@string/role_call_screening_short_label">
        shortLabel="@string/role_call_screening_short_label"
        showNone="true">
        <required-components>
            <service permission="android.permission.BIND_SCREENING_SERVICE">
                <intent-filter>