7e6107caafab310ce81636847ce68bf85d83d2db
getShortcutIconDrawable could return null "Method invocation 'getShortcutIconDrawable' may produce 'NullPointerException'" and it leads to the code crashing. Adding NullPointerException as one of the exceptions in the try/catch would resolve this issue Fix: 299525046 Test: verify after merging that the null pointer exception stops occurring Flag: no flag Change-Id: I52cfba9c7b08ea4e1b0f4506c461e79c3e91dc6c
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%