diff --git a/android/appmgr/src/org/anbox/appmgr/PlatformService.java b/android/appmgr/src/org/anbox/appmgr/PlatformService.java index 6e2cf39..7f9ac69 100644 --- a/android/appmgr/src/org/anbox/appmgr/PlatformService.java +++ b/android/appmgr/src/org/anbox/appmgr/PlatformService.java @@ -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();