History log of /packages/apps/Settings/src/com/android/settings/RegulatoryInfoDisplayActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c26807f20b604b73c913cca74f2c07e119f96bb9 29-Aug-2013 Vineeta Srivastava <vsrivastava@google.com> Show regulatory info based on hardware sku in Settings app.

Use ro.boot.hardware.sku to read hardware sku property. When this property is
set use regulatory_info_<sku>.img. By default use regulatory_info.png

Updated layout to set ImageView.

Bug: 9378140

Change-Id: I8e3622a89742333818297759585227c6290ccf31
/packages/apps/Settings/src/com/android/settings/RegulatoryInfoDisplayActivity.java
5e9bd86bc6f89b1a743b04d69e793638ffb8cb41 10-Apr-2013 Jake Hamby <jhamby@google.com> Add support to display regulatory info from *#07#.

Add a new action and Activity so the phone dialer can display
regulatory info via "*#07#".

Regulatory info is supplied per device by a Settings app resource
overlay. This overlay must set the boolean resource
"config_show_regulatory_info" to true, and provide either a drawable
named "regulatory_info.png" with the info in graphical form, or a
string resource named "regulatory_info_text" containing the required
information in HTML format.

Bug: 8259869
Change-Id: I73c1431a1a6d1736f9d3e4bd5be7e3771c85cbcb
/packages/apps/Settings/src/com/android/settings/RegulatoryInfoDisplayActivity.java