summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-05-29 10:08:31 -0700
committerNancy Chen <nancychen@google.com>2015-06-02 09:39:57 -0700
commit9cc75becf6d2b474b319eeaa10ad16228355b806 (patch)
tree9e713456d851f94177de9526a6483a430b754507 /res
parentaf7f8126ef3c6dea3caa453a9564183fea0f2a42 (diff)
downloadandroid_packages_services_Telephony-9cc75becf6d2b474b319eeaa10ad16228355b806.tar.gz
android_packages_services_Telephony-9cc75becf6d2b474b319eeaa10ad16228355b806.tar.bz2
android_packages_services_Telephony-9cc75becf6d2b474b319eeaa10ad16228355b806.zip
Remove vvm dependence on AccountManager, save values in shared prefs.
Instead of using the sync adapter and accounts framework, use an intent service for syncing and shared preferences for saving the IMAP login values. This solves the phantom account problem. * Renamed OmtpVvmSyncAccountManager to OmtpVvmSourceManager * Moved carrier-specific code in SimChangeReceiver to OmtpVvmCarrierConfigHelpoer Bug: 20057303 Change-Id: I79347849d63bd7907df2e9aac9a14e7311215fe1
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/authenticator.xml18
2 files changed, 1 insertions, 19 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4080e7639..688beb10b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1209,7 +1209,7 @@
-->
<string name="description_dial_button">dial</string>
- <!-- Dialog title for the vibration settings for voicemail notifications [CHAR LIMIT=40] -->
+ <!-- Title for the vibration settings for voicemail notifications [CHAR LIMIT=40] -->
<string name="voicemail_notification_vibrate_when_title" msgid="8731372580674292759">Vibrate</string>
<!-- Dialog title for the vibration settings for voice mail notifications [CHAR LIMIT=40]-->
<string name="voicemail_notification_vibarte_when_dialog_title" msgid="8995274609647451109">Vibrate</string>
diff --git a/res/xml/authenticator.xml b/res/xml/authenticator.xml
deleted file mode 100644
index f035d3a4c..000000000
--- a/res/xml/authenticator.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<account-authenticator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:accountType="com.android.phone.vvm.omtp" /> \ No newline at end of file