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

Commit 606777af authored by Jay Shrauner's avatar Jay Shrauner Committed by Android (Google) Code Review
Browse files

Merge "Name user call activity "Phone"" into mnc-dev

parents 595787d0 4d0b4198
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@
             URL with the schemes "tel", "sip", and "voicemail". It also handles URLs linked to
             contacts provider entries. Any data not fitting the schema described is ignored. -->
        <activity android:name=".components.UserCallActivity"
                android:label="@string/userCallActivityLabel"
                android:theme="@style/Theme.Telecomm.Transparent"
                android:permission="android.permission.CALL_PHONE"
                android:excludeFromRecents="true"
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@
         and app info screens. -->
    <string name="telecommAppLabel" product="default">Phone Call Management</string>

    <!-- Title used for the activity for placing a call. This name appears
         in activity disambig dialogs -->
    <string name="userCallActivityLabel" product="default">Phone</string>

    <!-- Name for an "unknown" caller. -->
    <string name="unknown">Unknown</string>