summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SettingsSafetyLegalActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix window leak problems in settings.Jiehua.Dai2010-07-141-8/+27
| | | | | | | | There were window leak in the settings application. These leak happens when an AlertDialog displays, rotate the phone, then it would cause window leak. Change-Id: I914897bf657933efea72eeea66076dc288098420
* Retain webview history when viewing Safety notices. Fixes #2160518Amith Yamasani2009-10-061-1/+11
| | | | Save and restore webview history when changing orientation.
* Fix Safety Settings screen bugs - 2150942, 2151440, 2151727Amith Yamasani2009-09-301-25/+34
| | | | | | | Handle the back key. Finish the activity if dialog is cancelled. Show an error and finish the activity if URL couldn't be found due to connectivity problem and not just when Telephony is not available.
* Add Safety information to Settings > About PhoneWink Saville2009-09-261-0/+104
The Safety information link is stored in a system property, ro.url.safetylegal If the phone has data connection, select "Safety information" menu will open the Safety information link. If there is no data connection for the phone, a message will pop up which ask user to open Safety information link from PC. Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a