summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/res/values/strings.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-08-22 17:23:13 -0700
committerEric Erfanian <erfanian@google.com>2017-08-30 21:28:20 +0000
commit51c6582e664703c2571d7539f2f0f491ebff34e5 (patch)
tree354154ce288836eac634573b8b56b93afcae47de /java/com/android/dialer/main/impl/res/values/strings.xml
parente851821a851b9b97a846a1c8babca5c7e114fc88 (diff)
Remove unused strings.
Bug: 64941034 Test: none PiperOrigin-RevId: 166138024 Change-Id: I6115a06db92e461affb19afaae5674480770f8a7
Diffstat (limited to 'java/com/android/dialer/main/impl/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/main/impl/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/dialer/main/impl/res/values/strings.xml b/java/com/android/dialer/main/impl/res/values/strings.xml
index ba8a20b51..d3eb6d73e 100644
--- a/java/com/android/dialer/main/impl/res/values/strings.xml
+++ b/java/com/android/dialer/main/impl/res/values/strings.xml
@@ -14,16 +14,16 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Name of the main activity. -->
- <string name="main_activity_label">Phone</string>
+ <string name="main_activity_label" tools:ignore="UnusedResources">Phone</string>
<!-- Name of launcher shortcut for the new UI main activity.
TODO(38502365): Remove this once we're ready to launch the new UI. -->
<string name="nui_shortcut_name">Phone NUI</string>
<!-- The description text for the call log tab. -->
- <string name="main_call_history_tab_description">Call history</string>
+ <string name="main_call_history_tab_description" tools:ignore="UnusedResources">Call history</string>
<!-- Text for a toolbar button that shows the user their contacts [CHAR LIMIT=NONE] -->
<string name="search">@android:string/search_go</string>