summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSachin Shah <sachins@codeaurora.org>2014-08-15 18:36:44 -0700
committerSachin Shah <sachins@codeaurora.org>2014-08-16 12:27:05 -0700
commit89d153ba5666f76bb603198fe175fa92aa75431f (patch)
tree97b6e0b748d9440b358fa2c34b5ae8bf2e368a39 /res
parent7ec9d242fd268ab698b665a894bbb7368e9a1776 (diff)
downloadandroid_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.tar.gz
android_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.tar.bz2
android_packages_apps_Snap-89d153ba5666f76bb603198fe175fa92aa75431f.zip
Rename module and package name to co-exist with AOSP app
Rename package from com.android.camera2 to org.codeaurora.snapcam, module name from Camera2 to SnapdragonCamera and app name from "Camera" to "Snapdragon Camera" Change-Id: I2800070e72631e119a15fe0132424d1047be9f0c
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/xml/camera_preferences.xml2
-rw-r--r--res/xml/video_preferences.xml2
3 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 47be6891c..56b129651 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,6 +17,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the Android Camera application. [CHAR LIMIT=16] -->
<string name="app_name">Camera</string>
+ <string name="snapcam_app_name">Snapdragon Camera</string>
<!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
<string name="video_camera_label">Camcorder</string>
<!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index f1d16fda5..02512ef7d 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -15,7 +15,7 @@
-->
<PreferenceGroup
- xmlns:camera="http://schemas.android.com/apk/res/com.android.camera2"
+ xmlns:camera="http://schemas.android.com/apk/res/org.codeaurora.snapcam"
camera:title="@string/pref_camera_settings_category">
<IconListPreference
camera:key="pref_camera_flashmode_key"
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 2ea5fa1ba..6b107a534 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -15,7 +15,7 @@
-->
<PreferenceGroup
- xmlns:camera="http://schemas.android.com/apk/res/com.android.camera2"
+ xmlns:camera="http://schemas.android.com/apk/res/org.codeaurora.snapcam"
camera:title="@string/pref_camcorder_settings_category">
<ListPreference
camera:key="pref_video_quality_key"