summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2012-09-04 15:24:58 -0700
committerMarc Blank <mblank@google.com>2012-09-04 15:24:58 -0700
commit14a69ae1fc9c75e02ee8a7145fb62700eaaaa44c (patch)
treeb31ebdf8bbcdbd25078456796fd1f84d34e35049 /build
parent527b5952ef438e010ed5a203f12b58a8a2909338 (diff)
downloadandroid_packages_apps_Exchange-14a69ae1fc9c75e02ee8a7145fb62700eaaaa44c.tar.gz
android_packages_apps_Exchange-14a69ae1fc9c75e02ee8a7145fb62700eaaaa44c.tar.bz2
android_packages_apps_Exchange-14a69ae1fc9c75e02ee8a7145fb62700eaaaa44c.zip
Move product strings to build/res
Change-Id: I89584aa19d5948cb3c0cc0e7cf9c2c84b98d1091
Diffstat (limited to 'build')
-rw-r--r--build/res/values/strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/build/res/values/strings.xml b/build/res/values/strings.xml
new file mode 100644
index 00000000..12e32774
--- /dev/null
+++ b/build/res/values/strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="account_manager_type_exchange">com.android.exchange</string>
+ <string name="authority_email_provider">com.android.email.provider</string>
+</resources>