From 5889c0d3b584fe814133fe58d6f470c96c6861d9 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 17 Mar 2017 23:21:48 -0700 Subject: Added ETWS primary message default message support ETWS primary message does not contain messagy body. We used to use hardcoded "ETWS" as the body, which is not easy for end users to understand what happened. Added the built-in default messages provided by Japanese government guideline for earthquake, Tsunami, test, and other channels support to enhance the user experience. Test: manual bug: 33595007 Merged-In: I53659298d8ce3b3ba5c751c14c1b36e76d6dc562 Change-Id: I53659298d8ce3b3ba5c751c14c1b36e76d6dc562 --- core/res/res/values/strings.xml | 15 +++++++++++++++ core/res/res/values/symbols.xml | 11 +++++++++++ 2 files changed, 26 insertions(+) diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 42316980aa2d..7d45f80558d3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4441,4 +4441,19 @@ Conference Call + + + Stay calm and seek shelter nearby. + + + Evacuate immediately from coastal regions and riverside areas to a safer place such as high ground. + + + Stay calm and seek shelter nearby. + + + Emergency messages test + + + diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 8f12484bb7dd..4107ebe70fa3 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2743,4 +2743,15 @@ + + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b