summaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authorTony Hill <tonyhill@motorola.com>2014-08-13 09:45:54 +0100
committerVineeta Srivastava <vsrivastava@google.com>2014-08-15 20:58:49 +0000
commitd18a8b0a37fd5b64f0c95b2d4f8d7b3965cffe28 (patch)
tree53470b8442a77d485f4aebd141404ca29d59af80 /overlay/packages
parent9e2f6f1781e9e5f94803bac238a6da8d314b2552 (diff)
downloadshamu-d18a8b0a37fd5b64f0c95b2d4f8d7b3965cffe28.tar.gz
Shamu placeholder regulatory information images
Enabling the 'Regulatory Information' menu and including images to be shown as simple placeholders until the final regulatory approval marks are available. The placeholder shown is based on the setting of ro.boot.hardware.sku to XT1100 or XT1103. Change-Id: I6fe9e1c2bb8c9183b6053a57cf22408e36fb54d9
Diffstat (limited to 'overlay/packages')
-rwxr-xr-xoverlay/packages/apps/Settings/res/drawable/regulatory_info_xt1100.pngbin0 -> 19531 bytes
-rwxr-xr-xoverlay/packages/apps/Settings/res/drawable/regulatory_info_xt1103.pngbin0 -> 19347 bytes
-rwxr-xr-xoverlay/packages/apps/Settings/res/values/bools.xml20
3 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1100.png b/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1100.png
new file mode 100755
index 00000000..ddeff387
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1100.png
Binary files differ
diff --git a/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1103.png b/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1103.png
new file mode 100755
index 00000000..e518a6c2
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/drawable/regulatory_info_xt1103.png
Binary files differ
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
new file mode 100755
index 00000000..b53a5388
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <!-- Whether to show a preference item for regulatory information in About phone -->
+ <bool name="config_show_regulatory_info">true</bool>
+</resources>