Don't crash when checking if components are protected
intent.getComponent() can be null, but isComponentProtected() expects a valid object. Add a null pointer check and don't treat the app as protected if null. Fixes 15360dfe ("Always hide protected apps from the recent tasks list") Change-Id: I2e0ccdfb9ded7aa32305bc2ac97e0950940d186b
Loading
Please register or sign in to comment