History log of /packages/apps/Settings/src/com/android/settings/PrivacySettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a5220e7c3c9730b3cb362dab898e5f8ae8d6d5b 01-Mar-2017 Anton Philippov <philippov@google.com> Fix search results for backup settings.

Make BackupSettingsAcitivity searchable and remove PrivacySettings from
the search index.

Bug: 35720213
Test: make RunSettingsRoboTests -j40
Change-Id: Id2e091c978e4da078dcc6bc57760ec830e439c0c
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ac81f26e30352dd441c099012c4489701d9aee2f 21-Dec-2016 Fan Zhang <zhfan@google.com> Align more prefs for icon space.

Bug: 33775510
Fixes: 33798492
Test: Visual
Test: RunSettingsRoboTests

Change-Id: I9b296e4148be8c1ae537b6418b4f384bbc63a8db
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
265d3c2a0c36251bf8a9f571d7239b6dd404d942 22-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
6507613ebcd22e4691c2af92a5c161bd327db336 08-Aug-2016 Fan Zhang <zhfan@google.com> Log visibility change for all fragments.

Bug: 30681771
Test: SettingsUnitTests

Refactor visibility logging from InstrumentedFragment into a mixin. And
apply mixin in remaining fragments.

Change-Id: Ibbb59904336254a3e4bb9e8c7d0b36e5a6bc2622
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ec354cd326fc76296496499150bf6d47473bf41e 21-Jun-2016 Doris Ling <dling@google.com> Remove summary text for Backup & reset.

Remove the SummaryProvider from PrivacySettings so that it will not show
the summary for the Backup & reset settings.

Bug: 29519430
Change-Id: Idf41c2f794391f81bf864ade0db9087c2e3e1c0e
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
e6f635ff823499203ef8ab4c01de07ea0eb33ad9 08-Jun-2016 Doris Ling <dling@google.com> Moved network settings reset away from Backup & reset.

Moved Settings -> Backup & reset -> Network setting reset to
Settings -> Wireless & networks -> More.

Bug: 28683031
Change-Id: I52385ec862789985ccb8647398950605955569f7
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
4a6c2591791ae4b81f58248f2c9d9f4379e91610 16-Mar-2016 Christopher Tate <ctate@google.com> Don't crash if the backup transport supplies bogus intents

Preflight the (activity) intents supplied by the transport so that when
clicked, they don't crash the Preference that called startActivity().

Bug 27689847

Change-Id: I7cbdd6077ac74500ecdf9607310727af56d55a3c
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
9e9e63b7b3b31fcae7242eb07f528487e0913402 11-Feb-2016 Sudheer Shanka <sudheersai@google.com> Part3 - Don't add padlock if the restriction is not set by admin.

Bug: 26687435
Change-Id: Ibfea6d7d5bd32e7a05dcc2cc32b121c9e50b6a34
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ddb953fb730fd0c0645561cb237cba0199a89534 25-Jan-2016 Vladislav Kuzkokov <vkuzkokov@google.com> Add "Manage backup data" item to "Backup & Reset" settings.

This patch uses new IBackupManager API. Item's label is taken from
getDataManagementLabel and Item's action is taken from getDataManagementIntent.
If getDataManagementIntent is null (or backup service is unresponsive)
the item is not displayed.

Change-Id: I19cbf7fa625fccff751f923aa41b7d64ccb6c1d3
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
682a916836f5e108289a70579f671f9d4a880993 13-Jan-2016 Sudheer Shanka <sudheersai@google.com> Add padlocks to preferences that can be disabled by policy.

Change-Id: I43b6b5954ef6ec65b86d99321cabab9f49df842d
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
9159fe9af8f85e4156f7f68430ed04615862da90 23-Nov-2015 Sudheer Shanka <sudheersai@google.com> Add support for showing the admin disabling settings.

For settings disabled by user restrictions show
the user a lock icon and allow them to click to
find more info.

Bug: 22543585

Change-Id: Ie8b02ac26f2b22db386a9044f3c6570098f6e14b
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
9d80eeabe7807b5ff0a60bd40d3a1a84f681ea37 20-Nov-2015 Jason Monk <jmonk@google.com> Add some more summaries for Settings Home

Change-Id: Iaca8db6bdce87e667832b5b670e4eb027580b668
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
6f03829e746aa3f505d71723001a7f84a806452f 03-Sep-2015 Xiaohui Chen <xiaohuic@google.com> Cleanup remaining USER_OWNER in Settings

Bug: 19913735
Change-Id: I6894a7c81ed7504b02d533d9e9f65f800dbca895
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
44879a387a6be6b93cdcc8894227d68af7dbbb1a 22-Jul-2015 Xiaohui Chen <xiaohuic@google.com> sys user split: first pass updating Settings

Update various places in Settings to use "admin" ueser flag
instead of checking user id "0". This should be no-op in
single user mode since the only admin user would be user 0.
In split system user mode, this will correctly ACL admin
user instead of non-interactive system user.

Bug: 19913735
Change-Id: Ida4d59c5f689ea0dc34b3b3ff0822b087fa0afd6
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
1da842af414a251cdc335534cc6fa456c788a084 04-Jun-2015 Stuart Scott <stuartscott@google.com> Re-add a string which was accidently removed.

bug:20051165
Change-Id: I43214f30650565499ffbdddb3819e96ac957ebf1
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
47ed6ca004dcfe9498269602b109b1e667fae287 20-Apr-2015 Stuart Scott <stuartscott@google.com> Network Reset should have a lockdown like Factory Reset.

bug:20332322
Change-Id: I645ad0d226869042c11225630e4de5968ebb7a0d
(cherry picked from commit 176f512c5ad8d8478db88fad4c14ffca52102ade)
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
6ee5a4d0ef0386d56c72a8ae81e65443fe5a2979 16-May-2015 Matthew Williams <mjwilliams@google.com> Update Backup/reset UI

BUG: 20489775
Change-Id: I2c97fdf240ddd3e9f0a518478d5da91b91abe394
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
94635995e49ee2ab0f3640dd83b2fe680b7bd589 13-Apr-2015 Jeff Sharkey <jsharkey@android.com> Checkpoint of new storage wizards.

Use frameworks/opt/setupwizard/library/ for consistent behavior and
styling on phones and tablets. Implement every step of wizard flow
and connect them together, even though some steps are currently
non-functional. All strings to match UX spec, with some adjustment.

Wizards inherit from helper base class.

New interstitials before unmounting or formatting private storage
to confirm user knows consequences.

Bug: 19993667
Change-Id: I2c774e1718d513805ee8aecfc96d066d4730450c
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
9a23adf69dc53126c9858b19760eab5b67c23b97 18-Mar-2015 John Spurlock <jspurlock@google.com> Settings: Remove all unused imports.

Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
be90341c808ac5b17149eb42eac966906c6f2041 25-Jul-2014 Stuart Scott <stuartscott@google.com> Add option to reset network settings to factory

bug:16161518
Change-Id: I7c0cc58d5385352c6c9af2b27af23a744b5df977
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
876a21bae81e8468d2d6415313c9805d56ae3dfe 13-Nov-2014 Zoltan Szatmary-Ban <szatmz@google.com> Remove backup preferences if backup service is inactive

Also show informative message instead.

Bug: 16641441
Change-Id: I9920c07d56c4c0ccb1f3dce637c0fb390902d2ff
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
d34dd4fb9ebae8c909fcb268d7f76d9e7a8267bd 07-Nov-2014 Fabrice Di Meglio <fdimeglio@google.com> Update synonyms and fix some issues related to them

- update synonyms definitions
- fix issue with L release regression for indexing "Backup & reset":
was missing the marker interface "Indexable"
- fix non working synonyms for "Language & input": their declaration
was done in the XML preference file but was not used because the
SearchIndexProvider was built "by hand"

See bug #17474866 Settings search synonyms needs an update

Change-Id: Iceab71a0e3214f3a8ba0dcd77756c3632609c5ce
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
4339a470d3c1059b6b0e0591e9da2a44ca52df2d 22-Oct-2014 Amith Yamasani <yamasani@google.com> Disable factory reset for secondary users

Search in Settings makes it possible to find the factory reset screen.
Disable the search index in PrivacySettings so that backup and reset
keywords don't get indexed for secondary users.
Also add additional safeguards for other entry points such as public
intents, so that the backup/reset screen does not show any options.

Bug: 18076086
Change-Id: Ie5135fbf4084038c99947a1a107ab4758f0c15a9
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
300e920f66c03b390ce738ccf4d4646ffa039d40 15-Aug-2014 arete <arete@google.com> Keep SwitchPreference status until user makes choice in confirmation dialog.

Bug: 17062433
Change-Id: I2c52be1921e1eefa3b2b2868cc526675c9215a41
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ce543836cea5887484026837f0a4181dca04a733 13-Aug-2014 arete <arete@google.com> Change checkboxes to switches in "Settings->Backup&Reset"

Change-Id: I92b5d0051b717c66bc456a0864c3068b13112dd3

Bug: 16982604
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
2c53933e8d35ba50d0791a29e46fa3156e9cab7c 11-Jun-2014 Julia Reynolds <juliacr@google.com> Use user restriction instead of pin to guard factory reset in Settings.

Bug: 14081992
Change-Id: I60f132312368c5097b46ab97e881eec3700ef586
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
6bfec2d6b197068dd355bd1742179fe3da07136f 10-Jun-2014 Alan Viverette <alanv@google.com> Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
eefa61ed2e8583f659e868f3057f195d7cb2bb11 13-Aug-2012 Jean-Baptiste Queru <jbq@google.com> Merge "Settings: Use ICS alert drawable"
e7c53b1c9e48c6f997c47a0ca9a2f190ecbbf586 31-May-2012 Björn Lundén <blunden2@gmail.com> Settings: Use ICS alert drawable

Point to the correct holo alert drawable.

Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
b0b37ae21c172491bc170659b5f429601858ddc1 24-Apr-2012 Amith Yamasani <yamasani@google.com> Help menus for several screens.

Bug: 5144896
Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
fac0ea781f0c99a446ab6588006b2ac0330cb774 13-Aug-2011 Christopher Tate <ctate@google.com> Move the desktop backup pw from "Backup and reset" to "Developer" settings

Addresses bug 5136161

Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
4f33878f208e729cf96b708c57686555d2493129 25-Jul-2011 Christopher Tate <ctate@google.com> Add backup password setting UI

Bug 4901637

Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
70bc797a926abdf14bc0d34d9b49a066663fbca7 10-Jan-2011 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #2987804 (Provide a better UI for selecting the Backup account)

- make the "Backup account" toggle follow the state of "Back up my data"
- reset Backup account in preferences if needed

Change-Id: Ifdffb9d268a062f6f5ec617bca82699cc46e2b3a
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
58e62926b9ceca72275b657b2fa7b9e54fc1a931 17-Dec-2010 Christopher Tate <ctate@google.com> Tweak Privacy settings to match latest mocks

"Configure backup" => "Backup account" etc.

Bug 3293714

Change-Id: I1c3a3729e0198c5148496a846ab035d4daddc214
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
df6a7e55ccffd4a8b17780ee07b9f11988b98aaa 09-Dec-2010 Christopher Tate <ctate@google.com> Add backup configuration action to Privacy settings

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
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
b14e1e04939ca610fd5f2439f879265450b0a6cd 02-Nov-2010 Amith Yamasani <yamasani@google.com> Fragmentize "Factory reset" setting screen.

Split the screen into 2 fragments.

Bug: 3148480
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
d79934731c8d33f6fc63b21c120b9ffba5d06f54 18-Aug-2010 Amith Yamasani <yamasani@google.com> Refactor settings top level activities to use fragments.

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.
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
aa1f8aeeea1c27fe88270cc8b5df970d9f292385 03-Jun-2010 Kenny Root <kroot@google.com> Clarify backup setting

Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
616c3ee12a65696f43e62931631ba092884ad3fd 06-Mar-2010 Christopher Tate <ctate@google.com> Refactor android.backup -> android.app.backup

Change-Id: I8e8f34d243506ded5ebf71817de5a2caac92969d
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
c99cffbffcf38f0e6bf10c9ff541b1bb5180316e 26-Feb-2010 Christopher Tate <ctate@google.com> Default the auto-restore setting to "enabled."

Change-Id: I6aeb0b4ace3c0ed1ad226b00a9ec9e4de12b7183
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
30e4d965121ae7f049f090862a5c246515a0bf34 08-Feb-2010 Bjorn Bringert <bringert@android.com> Remove USE_LOCATION_FOR_SERVICES from Settings

This has been moved to GoogleSettingsProvider
as part of unbundling.

Part of http://b/issue?id=2383870

Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
a5a67306a4c7a066d97802333a473be94661e091 03-Feb-2010 Christopher Tate <ctate@google.com> Add 'restore on app install?" to Privacy settings UI

Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ecfeaffdfa19bea836f24fd399376825c377eaa9 25-Jan-2010 Bjorn Bringert <bringert@android.com> Fix GoogleSettings check in PrivacySettings

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
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
e65c943f974966e21c6f18dc9a95107ea1f07631 22-Sep-2009 Amith Yamasani <yamasani@google.com> New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178

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