Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfceaebf authored by Joanne Chung's avatar Joanne Chung
Browse files

Remove unused PackageMonitor#register() that has an externalStorage parameter

Bug: 29385425
Test: build and boot home
Change-Id: I267baf5111374df90a4bcbe65ae4fd207e62791e
parent 4591ed8c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -99,12 +99,6 @@ public abstract class PackageMonitor extends android.content.BroadcastReceiver {
                (thread == null) ? BackgroundThread.getHandler() : new Handler(thread));
    }

    public void register(Context context, UserHandle user,
            boolean externalStorage, Handler handler) {
        // Remove until all using code are updated to new method.
        register(context, user, handler);
    }


    /**
     * Register for notifications of package changes such as install, removal and other events.