summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/PrivacySettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Use user restriction instead of pin to guard factory reset in Settings.Julia Reynolds2014-06-131-0/+7
| | | | | Bug: 14081992 Change-Id: I60f132312368c5097b46ab97e881eec3700ef586
* Remove all dialog icons in SettingsAlan Viverette2014-06-101-1/+0
| | | | | BUG: 15474733 Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
* Merge "Settings: Use ICS alert drawable"Jean-Baptiste Queru2012-08-131-1/+1
|\
| * Settings: Use ICS alert drawableBjörn Lundén2012-05-311-1/+1
| | | | | | | | | | | | Point to the correct holo alert drawable. Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
* | Help menus for several screens.Amith Yamasani2012-04-231-0/+5
|/ | | | | Bug: 5144896 Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
* Move the desktop backup pw from "Backup and reset" to "Developer" settingsChristopher Tate2011-08-121-27/+5
| | | | | | Addresses bug 5136161 Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
* Add backup password setting UIChristopher Tate2011-07-281-1/+18
| | | | | | Bug 4901637 Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
* Fix bug #2987804 (Provide a better UI for selecting the Backup account)Fabrice Di Meglio2011-01-121-10/+29
| | | | | | | - make the "Backup account" toggle follow the state of "Back up my data" - reset Backup account in preferences if needed Change-Id: Ifdffb9d268a062f6f5ec617bca82699cc46e2b3a
* Tweak Privacy settings to match latest mocksChristopher Tate2010-12-161-3/+3
| | | | | | | | "Configure backup" => "Backup account" etc. Bug 3293714 Change-Id: I1c3a3729e0198c5148496a846ab035d4daddc214
* Add backup configuration action to Privacy settingsChristopher Tate2010-12-091-6/+30
| | | | | | | | | | | | | | | Settings now queries the backup manager for a configuration Intent and text descriptive of the state of the currently-active transport. These are used by a new Intent PreferenceScreen within the backup section of the Privacy settings UI. When touched, the Configure item launches the Intent supplied by the transport; when no such Intent is available, the item is disabled. The summary text describing the current backup state is also supplied by the transport. Bug: 2753632 Change-Id: I3d8fb3d4b08a2b6fa8d3ad8f9e02a66430948423
* Fragmentize "Factory reset" setting screen.Amith Yamasani2010-11-031-1/+1
| | | | | | Split the screen into 2 fragments. Bug: 3148480
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-9/+6
| | | | | | | | | | | | | Added a base class SettingsPreferenceFragment from which the settings activities should be derived so that they can behave like fragments. It contains some commonly called utility methods and dialog conversion to DialogFragment. Some of the top-level activities can be launched directly without the left pane. Settings.java acts as a proxy activity that contains just that settings fragment without the left pane. There are still a lot of second and third level activities that need to be fragmentized. This is just the first pass to test the 2-pane layout.
* Clarify backup settingKenny Root2010-06-031-2/+2
| | | | Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251
* Refactor android.backup -> android.app.backupChristopher Tate2010-03-051-1/+1
| | | | Change-Id: I8e8f34d243506ded5ebf71817de5a2caac92969d
* Default the auto-restore setting to "enabled."Christopher Tate2010-02-251-1/+1
| | | | Change-Id: I6aeb0b4ace3c0ed1ad226b00a9ec9e4de12b7183
* Remove USE_LOCATION_FOR_SERVICES from SettingsBjorn Bringert2010-02-081-114/+4
| | | | | | | | | This has been moved to GoogleSettingsProvider as part of unbundling. Part of http://b/issue?id=2383870 Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
* Add 'restore on app install?" to Privacy settings UIChristopher Tate2010-02-031-7/+32
| | | | Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
* Fix GoogleSettings check in PrivacySettingsBjorn Bringert2010-01-251-6/+2
| | | | | | | | | | | | GoogleSettingsProvider has moved to a new package as part of unbundling. This broke the check used to decide whether to show the "Backup my settings" preference. To make this more robust to package name changes, I changed the code to look up the settings provider by authority instead of looking for the package that contains it. Fixes http://b/issue?id=2390945 Change-Id: Iaec3152faddbd938fc02f9f2dde748819c1d5cdf
* New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-231-0/+260
Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting And 2098232: "Set unlock pattern" should be at the top of the section