History log of /packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20108e2ed6d7fdc889d85702f7cbda906db141cf 12-May-2010 Jiehua.Dai <Jiehua.Dai@sonyericsson.com> Fix window leak problems in settings.

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
/packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java
3c9f79ba35c29ee6988f5b0b8a7bb7e59614088a 06-Oct-2009 Amith Yamasani <yamasani@google.com> Retain webview history when viewing Safety notices. Fixes #2160518

Save and restore webview history when changing orientation.
/packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java
be023c8a75567f66b41fb3b11a08b37c68a2e0ac 30-Sep-2009 Amith Yamasani <yamasani@google.com> Fix Safety Settings screen bugs - 2150942, 2151440, 2151727

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.
/packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java
a40fb23734cc5d5ac6e69a060cbb488269ad8af3 27-Sep-2009 Wink Saville <wink@google.com> Add Safety information to Settings > About Phone

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
/packages/apps/Settings/src/com/android/settings/SettingsSafetyLegalActivity.java