diff options
author | Martin Brabham <optedoblivion@cyngn.com> | 2015-11-30 13:37:20 -0500 |
---|---|---|
committer | Martin Brabham <optedoblivion@cyngn.com> | 2015-12-16 12:05:17 -0800 |
commit | d1147c177f61c423adbd7f1e4cf28567e54ffa95 (patch) | |
tree | 4d47180684c35113e38a28ec7ca00e0d457f4a92 /res/values | |
parent | dbcecc682dcde13911e8373056d933762e8aefca (diff) | |
download | packages_apps_Messaging-d1147c177f61c423adbd7f1e4cf28567e54ffa95.zip packages_apps_Messaging-d1147c177f61c423adbd7f1e4cf28567e54ffa95.tar.gz packages_apps_Messaging-d1147c177f61c423adbd7f1e4cf28567e54ffa95.tar.bz2 |
LookupProvider Integration
Creates pipeline for communication with the provider implementation
This allows us to lookup extra information on phone numbers and provide
this in our application experience.
1. Contact avatar badging for indication of provider source
2. Provider avatar downloading and caching (3-level [2 in memory, 1 on disk])
3. Extra contact information updated/merged
4. Ability to report spam (if provider supported)
Contact information takes presedence over provider information if the
participant is stored as a contact on the device
Change-Id: Ie798bd89f350aadf066ee4d484382b1e1af5b718
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml new file mode 100644 index 0000000..077e7bb --- /dev/null +++ b/res/values/cm_strings.xml @@ -0,0 +1,19 @@ +<?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. +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="report_as_spam_to">Report as spam to %s</string> +</resources> |