summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_cm.xml
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2016-03-16 10:03:29 -0700
committerStephen Bird <sbird@cyngn.com>2016-04-08 10:21:12 -0700
commit36df0bed74d1373328dd20bc5fc1d2754c771382 (patch)
treee4cfdf769037c41c1f572b3a5f42c0fd2ee48feb /AndroidManifest_cm.xml
parent3eb91f59e75c80f6560830a37f5570534c5c87f3 (diff)
downloadandroid_packages_apps_Dialer-36df0bed74d1373328dd20bc5fc1d2754c771382.tar.gz
android_packages_apps_Dialer-36df0bed74d1373328dd20bc5fc1d2754c771382.tar.bz2
android_packages_apps_Dialer-36df0bed74d1373328dd20bc5fc1d2754c771382.zip
Add BlockContactActivity to the manifest
Change-Id: I9ff322389f7158f7aad7e2eb1169e5db0049dc18
Diffstat (limited to 'AndroidManifest_cm.xml')
-rw-r--r--AndroidManifest_cm.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest_cm.xml b/AndroidManifest_cm.xml
index b18cd59df..df88a381a 100644
--- a/AndroidManifest_cm.xml
+++ b/AndroidManifest_cm.xml
@@ -53,5 +53,13 @@
android:theme="@style/Theme.Material.Light.Dialog.NoTitle"
android:exported="true" />
+ <activity
+ android:name="com.android.contacts.common.activity.BlockContactActivity"
+ android:launchMode="singleTask"
+ android:taskAffinity=""
+ android:excludeFromRecents="true"
+ android:noHistory="true"
+ android:theme="@style/Theme.Material.Light.Dialog.NoTitle" />
+
</application>
</manifest>