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

Commit c33c196b authored by Steve Kondik's avatar Steve Kondik
Browse files

updatePackageList shouldn't be public

Change-Id: I0d6aa981ef7e291923abe803d1a8b46cfbd17423
parent 39791b12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public class NotificationManager
        notify(null, id, notification);
    }

    public void updatePackageList() {
    private void updatePackageList() {
    	try {
    		if(mContext.getPackageName().equals("com.cyanogenmod.cmparts")) {
    			return;