Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <activity
  2. android:enabled="false"
  3. android:icon="@drawable/leak_canary_icon"
  4. android:label="@string/__leak_canary_display_activity_label"
  5. android:name="com.squareup.leakcanary.internal.DisplayLeakActivity"
  6. android:taskAffinity="com.squareup.leakcanary"
  7. android:theme="@style/__LeakCanary.Base">
  8. <intent-filter tools:node="remove">
  9. <action android:name="android.intent.action.MAIN"/>
  10. <category android:name="android.intent.category.LAUNCHER"/>
  11. </intent-filter>
  12. </activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement