summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/video/impl/res/values/strings.xml
diff options
context:
space:
mode:
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>