Skip to content

Instantly share code, notes, and snippets.

@mttkay
Created February 20, 2012 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mttkay/1868888 to your computer and use it in GitHub Desktop.
Save mttkay/1868888 to your computer and use it in GitHub Desktop.
Android social stream view item Activity
<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