History log of /packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39dcc1ce4d1885ef1de926b67e88cf2dd1acaff 14-Apr-2013 Amith Yamasani <yamasani@google.com> Don't show developer options to secondary users

Show just a message that developer options are not available for the user.

Also fix silent exit of AddAccount operation by showing a toast that user
cannot add accounts.

Bug: 7409523
Bug: 8519646
Bug: 7304007

Change-Id: Id3f430d568d6b7151ac55f86dbc0ef91803fa10c
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
0c5a401a58b30041d5fe712d78fccbd47f5b744d 14-Mar-2013 Maggie Benthall <mbenthall@google.com> Respect user restrictions about adding/removing accounts, sideloading

Hide or disable options in the settings app when the user is restricted from
making changes.

Remove "Add account" button from Settings menu, and "remove account" option from menu in AccountSyncSettings.
Remove sideloading checkbox in SecuritySettings.

Also handle replacement of UserManager.isShareLocationToggleAllowed() with hasUserRestriction, which takes a restriction key string.

Change-Id: I34c74fd5aed8956ba00f92e3d3c657b608454dfe
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
cbabf19cbb85a21da3a4325f5ef925895ac16040 11-Oct-2012 Amith Yamasani <yamasani@google.com> Launch account addition activity from Settings instead of from AccountManager

This enables us to watch for failure cases from certain authenticators that
misbehave.

Bug: 7318390
Change-Id: I43398e7622214cabd1d1bf171502c6a988af00a3
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
21c2904ba32b33e5a43d33b9c46abc3ce9d6bbb0 03-Oct-2012 Amith Yamasani <yamasani@google.com> Revert "Show warning dialog in a multiuser system when adding a new account."

This reverts commit eb71f2689785bd43560afb04f8b2281c3f67f695

Change-Id: Iad4a6656e922c0d2dbd3dd349d1c24d597eab7f5
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
84d04c20531c94a52d20098ee675ad55df9acf8f 02-Oct-2012 Russell Brenner <russellbrenner@google.com> Pass flag to indicate multiple users on device

When creating a new account, some informational text changes when
more than one user exists on the device. Because GLS is built with
the SDK and because there is no public API to indicate this state,
a flag is added to the bundle passed to the AccountManager, which
then funnels down to GLS.

Bug: 7255673
Change-Id: Ida2aa5f70ab308958de510a95194463c2a089182
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
eb71f2689785bd43560afb04f8b2281c3f67f695 27-Sep-2012 Amith Yamasani <yamasani@google.com> Show warning dialog in a multiuser system when adding a new account.

Bug: 7207092

Change-Id: I95ac107dbc867490dd2e492291501fd3630d267c
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
b22a242e0e87caf214d9a6139df09bbb2975990a 19-Jul-2011 Costin Manolache <costin@google.com> Add an extra parameter to identify the caller application. Fix the handling of 'suspend' - the callback will not be visible.

Change-Id: Ide8b841b6b57e31ac082678b27c314b9eeff8846
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
7bb8f7288eaad7f6cedaea3b5c8dc48e4baa0a7f 03-Jun-2011 Amith Yamasani <yamasani@google.com> Fix account type dialog re-creation on orientation change.

Bug: 4499512

Dummy activity that launches ChooseAccountActivity was re-launching it on orientation
changes. Make sure that it only launches it one time.

Change-Id: I764a59eaefc3ce4546330ed1b994d88b8703ce80
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java
43c697854c7e373fbc1dae8b7a5259a32de346b4 01-Dec-2010 Amith Yamasani <yamasani@google.com> Move Account & sync settings into Settings app.

Fragmentized some of the activities and moved buttons into the menu area.

Bug: 3148844
/packages/apps/Settings/src/com/android/settings/accounts/AddAccountSettings.java