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

Commit 9ab7b903 authored by Hai Zhang's avatar Hai Zhang
Browse files

Rename the Proxy calling role to Call redirection.

Also drops the _APP suffix in role names, to be consistent with other
roles.

Test: manual
Change-Id: I2142e1c32a7c591679830f76b8d462373d388eb7
parent 8173d940
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -520,11 +520,11 @@
    <string name="role_label_gallery">Gallery app</string>
    <!-- Label for the automotive dialer role. [CHAR LIMIT=30] -->
    <string name="role_label_car_mode_dialer">Car mode phone app</string>
    <!-- Label for the proxy calling app role. [CHAR LIMIT=30] -->
    <string name="role_label_proxy_calling">Call redirecting app</string>
    <!-- Label for the call redirection role. [CHAR LIMIT=30] -->
    <string name="role_label_call_redirection">Call redirecting app</string>
    <!-- Label for the call screening role. [CHAR LIMIT=30] -->
    <string name="role_label_call_screening">Call screening app</string>
    <!-- Label for the call companion app role. [CHAR LIMIT=30] -->
    <!-- Label for the call companion role. [CHAR LIMIT=30] -->
    <string name="role_label_call_companion">Call companion app</string>
    <!-- Label for the assist app role. [CHAR LIMIT=30] -->
    <string name="role_label_assistant">Assist app</string>
+5 −5
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@

    <!--- @see android.telecom.InCallService -->
    <role
        name="android.app.role.CAR_MODE_DIALER_APP"
        name="android.app.role.CAR_MODE_DIALER"
        exclusive="true"
        label="@string/role_label_car_mode_dialer">
        <required-components>
@@ -398,9 +398,9 @@

    <!--- @see android.telecom.CallRedirectionService -->
    <role
        name="android.app.role.PROXY_CALLING_APP"
        name="android.app.role.CALL_REDIRECTION"
        exclusive="true"
        label="@string/role_label_proxy_calling">
        label="@string/role_label_call_redirection">
        <required-components>
            <service permission="android.permission.BIND_CALL_REDIRECTION_SERVICE">
                <intent-filter>
@@ -412,7 +412,7 @@

    <!--- @see android.telecom.CallScreeningService -->
    <role
        name="android.app.role.CALL_SCREENING_APP"
        name="android.app.role.CALL_SCREENING"
        exclusive="true"
        label="@string/role_label_call_screening">
        <required-components>
@@ -426,7 +426,7 @@

    <!--- @see android.telecom.InCallService -->
    <role
        name="android.app.role.CALL_COMPANION_APP"
        name="android.app.role.CALL_COMPANION"
        exclusive="false"
        label="@string/role_label_call_companion">
        <required-components>