blob: 83d1ef3c69e4f1f0588838005ab1e2c3e8d18df2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Application label -->
<string name="app_name">TelecommTests</string>
<!-- String for the TestCallActivity -->
<string name="testCallActivityLabel">Test Connection Service App</string>
<!-- String for the TestDialerActivity -->
<string name="testDialerActivityLabel">Test Dialer</string>
<!-- String for button in TestDialerActivity that reassigns the default Dialer -->
<string name="defaultDialerButton">Default dialer request</string>
<!-- String for button in TestDialerActivity that places a test call -->
<string name="placeCallButton">Place call</string>
<!-- String for button in TestDialerActivity that performs voicemail requests to verify
voicemail permissions -->
<string name="testVoicemailButton">Exercise voicemail permissions</string>
<!-- String for button in TestDialerActivity that tries to exercise the
TelecomManager.cancelMissedCallNotifications() functionality -->
<string name="cancelMissedButton">Cancel missed calls</string>
<string name="endCallButton">End Call</string>
<string name="muteButton">Mute</string>
<string name="holdButton">Hold</string>
<string name="inCallUiAppLabel">Test InCall UI</string>
<string name="UssdUiAppLabel">Test Ussd UI</string>
<string name="placeUssdButton">Send USSD</string>
</resources>