summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-04-16 16:54:23 -0700
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2016-02-15 11:53:56 -0800
commit5614e2fb653bec4eb748d212de699e0353892e2f (patch)
tree9463f762458b7060c37ac138ef63a0cc39904a0c /res/xml
parent994fb0bf6ff5d1179d1fee0460428a7fa63e32e9 (diff)
downloadpackages_apps_Settings-5614e2fb653bec4eb748d212de699e0353892e2f.zip
packages_apps_Settings-5614e2fb653bec4eb748d212de699e0353892e2f.tar.gz
packages_apps_Settings-5614e2fb653bec4eb748d212de699e0353892e2f.tar.bz2
Settings: fix 'CyanogenMod legal' link
No more WebViews in priv-apps, so open it up in the browser. CYNGNOS-1895 Change-Id: I263ccc0509e275d17512528deb606341d58e7a0d Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/about_legal.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/about_legal.xml b/res/xml/about_legal.xml
index 5d1d442..815913b 100644
--- a/res/xml/about_legal.xml
+++ b/res/xml/about_legal.xml
@@ -36,6 +36,11 @@
<intent android:action="android.settings.LICENSE" />
</PreferenceScreen>
+ <!-- CM License information -->
+ <PreferenceScreen
+ android:key="cmlicense"
+ android:title="@string/cmlicense_title" />
+
<!-- Terms and conditions -->
<PreferenceScreen
android:key="terms"