summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2016-04-14 14:03:35 -0700
committerEino-Ville Talvala <etalvala@google.com>2016-04-19 13:44:46 -0700
commit3651aa3f8296eae150590b765fda1d87f49fb5b6 (patch)
treef29ab9748b97187d6c39b73ac6e6ab01b5cf6117 /res/values
parenta8a96dfce795a6621cdf7b890442fa5ed1252a55 (diff)
downloadDevCamera-3651aa3f8296eae150590b765fda1d87f49fb5b6.tar.gz
Fix DevCamera name and many other things
DevCamera is a camera application that uses the camera2 API for all operations. It has a flexible output configuration, and is meant as a sample application for developers and Android OEMs, and as a testing and development tool for the Android camera stack. - Rename package/etc to DevCamera - Add new DevCamera app icon - Update comments and class names - Implement runtime permissions - Add license information to all files - Clean up makefile Bug: 27543253 Change-Id: I050ef9034108053c87ae7cb84e6a72c3e88948cb
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cf216cf..b91721a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">Snappy2</string>
+ <string name="app_name">DevCamera</string>
<string name="action_settings">Settings</string>
- <string name="hello_world">This is a snappy app!</string>
<string name="jpeg_capture">JPEG</string>
<string name="aftrig">AF trig</string>
<string name="nr_unknown">NR --</string>