OSDN Git Service

Move global sync settings to AccountSettings.
authorAlexandra Gherghina <alexgherghina@google.com>
Wed, 9 Jul 2014 08:30:18 +0000 (09:30 +0100)
committerAlexandra Gherghina <alexgherghina@google.com>
Tue, 22 Jul 2014 12:00:10 +0000 (12:00 +0000)
commit64fde6f4e9404a363f577a9fda424affcb5138e4
tree50bc82b518574e8168716b3700cc5a26e9e4ebe1
parentff795ffba80e8a6455f27fab7ad0e8e14e2ec9a4
Move global sync settings to AccountSettings.

It also makes AccountSettings respond to the SYNC_SETTINGS intent, which
it is currently triggered by Calendar and could be triggered by Gmail.

Bug: 16076571
Change-Id: I2c55262a87e46ba88f36a90a2f8f27d08f88e851
AndroidManifest.xml
res/menu/account_settings.xml [new file with mode: 0644]
res/values/strings.xml
src/com/android/settings/DataUsageSummary.java
src/com/android/settings/Settings.java
src/com/android/settings/SettingsActivity.java
src/com/android/settings/accounts/AccountSettings.java
src/com/android/settings/accounts/SyncSettings.java [deleted file]
src/com/android/settings/accounts/SyncSettingsActivity.java [deleted file]