summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3b6484eb9..d7708b475 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -163,6 +163,17 @@
</intent-filter>
</activity>
+ <activity android:name=".callstats.CallStatsDetailActivity"
+ android:label="@string/callStatsDetailTitle"
+ android:theme="@style/CallDetailActivityTheme"
+ android:screenOrientation="portrait"
+ android:icon="@mipmap/ic_launcher_phone" >
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
+
<activity android:name="com.android.contacts.common.test.FragmentTestActivity">
<intent-filter>
<category android:name="android.intent.category.TEST"/>