Correctly display unicode characters from strings.xml

Convert unicode to the corresponding characters before displaying.

Bug: 174007212
Test: Checked from Studio
Change-Id: Ia347463e1a78c702177f41ab858a621e4e7fc9d8
(cherry picked from commit 14534907aea7998445ed82d6918a8250d3a17529)
diff --git a/bridge/bridge.iml b/bridge/bridge.iml
index 9358a54..c9ce012 100644
--- a/bridge/bridge.iml
+++ b/bridge/bridge.iml
@@ -102,5 +102,16 @@
         <SOURCES />
       </library>
     </orderEntry>
+    <orderEntry type="module-library">
+      <library>
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/sdk-common/sdk-common.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../prebuilts/misc/common/sdk-common/sdk-common-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
   </component>
 </module>
\ No newline at end of file