summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/video/impl/res/values/strings.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-08-22 17:23:13 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 21:28:20 +0000
commit51c6582e664703c2571d7539f2f0f491ebff34e5 (patch)
tree354154ce288836eac634573b8b56b93afcae47de /java/com/android/incallui/video/impl/res/values/strings.xml
parente851821a851b9b97a846a1c8babca5c7e114fc88 (diff)
Remove unused strings.
Bug: 64941034 Test: none PiperOrigin-RevId: 166138024 Change-Id: I6115a06db92e461affb19afaae5674480770f8a7
Diffstat (limited to 'java/com/android/incallui/video/impl/res/values/strings.xml')
-rw-r--r--java/com/android/incallui/video/impl/res/values/strings.xml28
1 files changed, 16 insertions, 12 deletions
diff --git a/java/com/android/incallui/video/impl/res/values/strings.xml b/java/com/android/incallui/video/impl/res/values/strings.xml
index 2b72b8004..58ea8bde7 100644
--- a/java/com/android/incallui/video/impl/res/values/strings.xml
+++ b/java/com/android/incallui/video/impl/res/values/strings.xml
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 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>
<!-- Text indicates the video from remote party is off. [CHAR LIMIT=40] -->
@@ -13,16 +29,4 @@
<!-- Text indicates the call is resumed from held by remote party. [CHAR LIMIT=20] -->
<string name="videocall_remotely_resumed">Call resumed</string>
- <!-- Title of dialog to ask user for camera permission. [CHAR LIMIT=30] -->
- <string name="camera_permission_dialog_title">Allow video?</string>
-
- <!-- Message of dialog to ask user for camera permission. [CHAR LIMIT=100] -->
- <string name="camera_permission_dialog_message">The Phone app wants to use your camera for video calls.</string>
-
- <!-- Text of button to be confirmed for camera permission by user. [CHAR LIMIT=20] -->
- <string name="camera_permission_dialog_positive_button">Allow</string>
-
- <!-- Text of button to be declined for camera permission by user. [CHAR LIMIT=20] -->
- <string name="camera_permission_dialog_negative_button">Deny</string>
-
</resources>