summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2012-05-18 09:50:08 -0700
committerAmith Yamasani <yamasani@google.com>2012-06-04 17:01:22 -0700
commitd1ab82807aae63926b35f66080a1f7a75c00b95b (patch)
treed9122259ef7c6a885efefaddda488352b9bfb86c /AndroidManifest.xml
parent13b2f06d2e5a74a52bc00b21f91d720407f5a98d (diff)
downloadpackages_apps_settings-d1ab82807aae63926b35f66080a1f7a75c00b95b.zip
packages_apps_settings-d1ab82807aae63926b35f66080a1f7a75c00b95b.tar.gz
packages_apps_settings-d1ab82807aae63926b35f66080a1f7a75c00b95b.tar.bz2
Account types at toplevel of Settings
Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml21
1 files changed, 3 insertions, 18 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1eb4d87..09767bf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1364,25 +1364,9 @@
android:resource="@id/battery_settings" />
</activity-alias>
- <activity
- android:name="Settings$ManageAccountsSettingsActivity"
- android:label="@string/sync_settings"
- android:parentActivityName="Settings">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <action android:name="android.settings.SYNC_SETTINGS" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
- android:value="com.android.settings.accounts.ManageAccountsSettings" />
- <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
- android:resource="@id/sync_settings" />
- </activity>
-
<activity android:name="Settings$AccountSyncSettingsActivity"
android:label="@string/account_sync_settings_title"
- android:uiOptions="none"
- android:parentActivityName="Settings$ManageAccountsSettingsActivity">
+ android:uiOptions="none">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
@@ -1391,7 +1375,7 @@
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.accounts.AccountSyncSettings" />
<meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
- android:resource="@id/sync_settings" />
+ android:resource="@id/account_settings" />
</activity>
<activity android:name="com.android.settings.accounts.AddAccountSettings"
@@ -1457,6 +1441,7 @@
android:parentActivityName="Settings">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
+ <action android:name="android.settings.SYNC_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="com.android.settings.SHORTCUT" />
</intent-filter>