summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-16 13:21:10 -0700
committerChiao Cheng <chiaocheng@google.com>2012-10-16 13:21:10 -0700
commitc36c3196c594b992cec8b5de1a3dba7556648804 (patch)
treec03d19497388c78226f90e31309290c4b81dc4b4 /AndroidManifest.xml
parent439c352a9a23bdb89e43a8977eb0ae30f4e88824 (diff)
downloadpackages_apps_ContactsCommon-c36c3196c594b992cec8b5de1a3dba7556648804.tar.gz
packages_apps_ContactsCommon-c36c3196c594b992cec8b5de1a3dba7556648804.tar.bz2
packages_apps_ContactsCommon-c36c3196c594b992cec8b5de1a3dba7556648804.zip
Adding ContactPhotoManager and dependent classes.
Moved from People package so it can be shared by dialer. Bug: 6993891 Change-Id: I85268c040498621a324c459ce237a51b30e7d3a4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 00000000..b7455429
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2012 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
+ -->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.contacts.common">
+</manifest>