<activity android:name=".social.ViewStreamItemActivity"> | |
<intent-filter> | |
<action android:name="android.intent.action.VIEW"/> | |
<data android:host="com.android.contacts" android:scheme="content" android:pathPattern="/stream_items/*"/> | |
</intent-filter> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment