Add open source license html file to Setting->About.
Start a new activity to open html file when clicking on "Licenses"
from Setting->About.
BUG 25358009
Change-Id: I6a9d92bdcc2e3ac34e892de3c4ffb2ebb7a3deb3
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index d6da55e..b5cf625 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -816,4 +816,7 @@
<!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
<string name="about_terms_of_service">Terms of service</string>
+
+ <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+ <string name="activity_title_licenses">Open source licenses</string>
</resources>