summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/CredentialInstaller.java
Commit message (Collapse)AuthorAgeFilesLines
* Extract credential storage dialogs to a new activity.Chia-chi Yeh2011-01-201-85/+0
| | | | | | | | | | | | Since now SecuritySettings is a fragment, not an activity, reacting to intents is not easier anymore. The new activity is transparent, and it works just like a dialog. This change also refactor'ed SecuritySettings by moving some preference construction into security_settings_misc.xml. Bug: 3120992 Bug: 2117436 Change-Id: I8bd3fc7faa2a31d100b8d67310f9266260cfc31d
* Add saving/restoring state in CredentialInstaller and ...Hung-ying Tyan2009-10-131-7/+19
| | | | make it transparent.
* Add CredentialInstaller.Hung-ying Tyan2009-09-281-0/+73