appmgr: drop unused methods

This commit is contained in:
Simon Fels 2017-01-09 07:07:10 +01:00
commit ddea17253c

View file

@ -121,12 +121,6 @@ public final class PlatformService {
}
}
public void notifyPackageAdded(Intent intent) {
}
public void notifyPackageRemoved(Intent intent) {
}
private Bitmap drawableToBitmap(Drawable drawable) {
if (drawable instanceof BitmapDrawable)
return ((BitmapDrawable)drawable).getBitmap();