diff options
| author | Adam Powell <adamp@google.com> | 2012-06-03 14:32:04 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2012-06-03 14:32:04 -0700 |
| commit | 9b12b4edcea9a66357b0483a81b79630d83dc6d9 (patch) | |
| tree | 4347eb21f1b163fc7ae1f7ababf136fb2c2de0d1 /core | |
| parent | 7c86958d73e7216a92bdfd84fce4440e1def7eaa (diff) | |
| download | frameworks_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-x | core/res/res/values/strings.xml | 2 |
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] --> |
