Skip to content

Commit 3c7739f

Browse files
authored
LeakCanary: Hide Launcher icon. (#528)
1 parent 9901c22 commit 3c7739f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sample/src/main/res/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<resources>
2+
<resources xmlns:tools="http://schemas.android.com/tools">
3+
<bool name="leak_canary_add_launcher_icon" tools:ignore="UnusedResources">false</bool>
34
<string name="app_name">Android Image Cropper</string>
45
<string name="result_image_desc">crop result</string>
56
<string name="main_action_crop">CROP</string>

0 commit comments

Comments
 (0)