summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-06-03 14:32:04 -0700
committerAdam Powell <adamp@google.com>2012-06-03 14:32:04 -0700
commit9b12b4edcea9a66357b0483a81b79630d83dc6d9 (patch)
tree4347eb21f1b163fc7ae1f7ababf136fb2c2de0d1 /core
parent7c86958d73e7216a92bdfd84fce4440e1def7eaa (diff)
downloadframeworks_base-9b12b4edcea9a66357b0483a81b79630d83dc6d9.zip
frameworks_base-9b12b4edcea9a66357b0483a81b79630d83dc6d9.tar.gz
frameworks_base-9b12b4edcea9a66357b0483a81b79630d83dc6d9.tar.bz2
Fix product-specific string declaration
Change-Id: Ib753995ed7bf47bb6724309370c9b05d65cfd81b
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 2ffb20b..8440054 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3570,7 +3570,7 @@
<!-- Name of the default audio route when nothing is connected to
a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
- <string name="default_audio_route_name">Phone speaker</string>
+ <string name="default_audio_route_name" product="default">Phone speaker</string>
<!-- Name of the default audio route for tablets when nothing
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] -->