From a6dbaea2dacaaef7c91f89aae8d5f1ed7580b893 Mon Sep 17 00:00:00 2001 From: Brian Muramatsu Date: Mon, 17 Sep 2012 23:09:35 -0700 Subject: Add optional regulatory info page Bug 7081675 If R.bools.config_show_regulatory_info is true, then show a "Regulatory information" item on the "About phone" page. Show a DialogFragment displaying the regulatory_info drawable if the item is clicked. Add a 1x1 blank regulatory_info drawable for devices that won't show this. Change-Id: I5823d8969de038becf4911dce893dab5dbb23537 --- res/values/bools.xml | 3 +++ res/values/strings.xml | 2 ++ 2 files changed, 5 insertions(+) (limited to 'res/values') diff --git a/res/values/bools.xml b/res/values/bools.xml index 23bdf0d..ba402e5 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -32,4 +32,7 @@ false + + + false diff --git a/res/values/strings.xml b/res/values/strings.xml index 18e2f61..a1c9cf7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2237,6 +2237,8 @@ Legal information Contributors + + Regulatory information Copyright -- cgit v1.1