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

Commit 7686eb4f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reset all notification settings on clear app prefs"

parents 11bf617a d5ddae8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class ResetAppsHelper implements DialogInterface.OnClickListener,
                for (int i = 0; i < apps.size(); i++) {
                    ApplicationInfo app = apps.get(i);
                    try {
                        mNm.setNotificationsEnabledForPackage(app.packageName, app.uid, true);
                        mNm.clearData(app.packageName, app.uid, false);
                    } catch (android.os.RemoteException ex) {
                    }
                    if (!app.enabled) {