• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8  http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16<resources>
17    <string name="car_stream_item_manager_package_name" translatable="false">com.android.car.stream</string>
18    <string name="car_stream_item_manager_class_name" translatable="false">com.android.car.stream.StreamService</string>
19    <string name="car_stream_item_manager_permissions_activity" translatable="false">com.android.car.stream.PermissionsActivity</string>
20
21    <!-- Label for incoming call [CHAR LIMIT=30] -->
22    <string name="notification_incoming_call">Select to answer</string>
23    <!-- Label for when a call is coming from an unknown caller [CHAR LIMIT=30] -->
24    <string name="unknown">Unknown</string>
25    <!-- Label for the currently ongoing call. This value should be followed by a space, a bullet,
26         and another space. [CHAR LIMIT=30] -->
27    <string name="ongoing_call">Active&#160;&#8226;&#160;</string>
28    <!-- Label for the currently dialed call [CHAR LIMIT=30] -->
29    <string name="dialing_call">Dialing</string>
30    <!-- Label for a call being disconnected [CHAR LIMIT=30] -->
31    <string name="disconnecting_call">Disconnecting Call</string>
32
33    <string name="voice_assistant_help_msg">Voice assistant not integrated. Contact your car manufacturer</string>
34    <string name="permission_request_string">Not all required permissions have been granted yet, click here enable them.</string>
35</resources>
36