Skip to content

Instantly share code, notes, and snippets.

@kaneoriley
Created July 18, 2015 09:08
Show Gist options
  • Save kaneoriley/2bb061c9cff85b225590 to your computer and use it in GitHub Desktop.
Save kaneoriley/2bb061c9cff85b225590 to your computer and use it in GitHub Desktop.
<activity
android:enabled="false"
android:icon="@drawable/leak_canary_icon"
android:label="@string/__leak_canary_display_activity_label"
android:name="com.squareup.leakcanary.internal.DisplayLeakActivity"
android:taskAffinity="com.squareup.leakcanary"
android:theme="@style/__LeakCanary.Base">
<intent-filter tools:node="remove">
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment