aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2019-02-07 17:32:08 -0800
committerNick Chalko <nchalko@google.com>2019-02-12 22:22:29 -0800
commita6aa3ccb57087496ff02da7b8cd96452d6a8b53e (patch)
tree74c3eec55fb5e1c6d28ba562f11b614e83c07474
parentccb58fc8956eedd13ce5dc4239cd004adb3d75aa (diff)
downloadTV-a6aa3ccb57087496ff02da7b8cd96452d6a8b53e.tar.gz
Separate resource that reference the TV App name.
PiperOrigin-RevId: 232978367 Change-Id: I1df7410fc13975ed2dcce02b7bd3901df9c8b67a
-rw-r--r--res/values/strings-custom.xml22
-rw-r--r--res/values/strings.xml3
2 files changed, 22 insertions, 3 deletions
diff --git a/res/values/strings-custom.xml b/res/values/strings-custom.xml
new file mode 100644
index 00000000..22f73318
--- /dev/null
+++ b/res/values/strings-custom.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2019 The Android Open Source 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>
+
+ <!-- Name of application [CHAR LIMIT=NONE] -->
+ <string name="app_name" translatable="false">Live TV</string>
+
+</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f7d93121..36824759 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,9 +26,6 @@
<string name="option_item_divider_font" translatable="false">@string/condensed_font</string>
- <!-- Name of application [CHAR LIMIT=NONE] -->
- <string name="app_name" translatable="false">Live TV</string>
-
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permlab_receiveInputEvent" translatable="false">receive input events from <xliff:g id="app_name">Live TV</xliff:g> app</string>