summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/common/res
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-07-24 11:01:58 -0700
committerEric Erfanian <erfanian@google.com>2017-07-24 11:01:58 -0700
commitaf2a1a2e5f7dcedb4595fb56e65ace002bcd740c (patch)
tree1d39068c819a5f9ee87664c7fe2f58cbf4b04c3c /java/com/android/dialer/common/res
parenta110c3f4e050fa1f994cbe75faf4d1679e582456 (diff)
Move contacts common LetterTile class into its own package.
A subsequent change will move the ContactPhotoManager related code, eventually enabling the removal of contacts/common. Bug: 37208805 Test: TAP PiperOrigin-RevId: 161724700 Change-Id: Ice0789951ae544f6e27bcdaab0c032b218c83613
Diffstat (limited to 'java/com/android/dialer/common/res')
-rw-r--r--java/com/android/dialer/common/res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/com/android/dialer/common/res/values/strings.xml b/java/com/android/dialer/common/res/values/strings.xml
index 8e9616178..770f42f37 100644
--- a/java/com/android/dialer/common/res/values/strings.xml
+++ b/java/com/android/dialer/common/res/values/strings.xml
@@ -1,4 +1,19 @@
<?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>
<string name="network_name_wifi">Wifi</string>
<string name="network_name_mobile">Mobile</string>