d4rken-org / sdmaid

SD Maid is an Android app that helps you manage files and apps.
https://play.google.com/store/apps/details?id=eu.thedarken.sdm
1.51k stars 745 forks source link

Crash when app uninstall notification is displayed #169

Closed d4rken closed 8 years ago

d4rken commented 10 years ago

Originally reported by: Bitbucket: d4rken, GitHub: d4rken


Under some circumstances when the UninstallWatcher creates a notification in response to an app uninstall, the notification is malformed and causes a crash.

#!text
android.app.RemoteServiceException: Bad notification posted from package eu.thedarken.sdm: Couldn't create icon: StatusBarIcon(pkg=eu.thedarken.sdmuser=0 id=0x7f0200a3 level=0 visible=true num=0 )
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1372)

d4rken commented 9 years ago

Original comment by Bitbucket: d4rken, GitHub: d4rken:


The Uninstall watcher notification no longer exists. The Uninstall watcher currently only pops up if it found something and then in form of a dialog, not a notification.