Skip to content

Instantly share code, notes, and snippets.

@pwntester
Created November 17, 2012 14:38
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 pwntester/4096412 to your computer and use it in GitHub Desktop.
Save pwntester/4096412 to your computer and use it in GitHub Desktop.
4g1
<activity
android:name=".activities.ViewCheckin"
android:exported="true"
android:label="@string/view_checkin" >
</activity>
<activity
android:name=".activities.ViewProfile"
android:exported="true"
android:label="@string/profile" >
</activity>
<activity
android:name=".activities.SocialAPIAuthentication"
android:exported="true"
android:label="@string/authenticate" >
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment