aboutsummaryrefslogtreecommitdiffstats
path: root/androidTest/res/values/strings.xml
diff options
context:
space:
mode:
authorweldoncyngn <wng@cyngn.com>2015-07-29 13:58:35 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-08-28 13:57:36 -0700
commit4803835d855055f376bc6728cd4b959ab8d0a3a9 (patch)
treeda36d00a06d9e895ea819e3f8738f09fe540030b /androidTest/res/values/strings.xml
parent60b5090aa7cf6fe7a640720c5e6a43a563c830e4 (diff)
downloadandroid_packages_apps_CMFileManager-staging/dev.tar.gz
android_packages_apps_CMFileManager-staging/dev.tar.bz2
android_packages_apps_CMFileManager-staging/dev.zip
Initial commit for Espresso tests.staging/dev
Change-Id: Ie2cd998d9399d51ad646d7ffe3e82cf9ca61a6b7
Diffstat (limited to 'androidTest/res/values/strings.xml')
-rw-r--r--androidTest/res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/androidTest/res/values/strings.xml b/androidTest/res/values/strings.xml
new file mode 100644
index 00000000..219dcb07
--- /dev/null
+++ b/androidTest/res/values/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ** Copyright (C) 2015 The CyanogenMod 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="app_name">File Manager Tests</string>
+</resources>