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

Commit 89113ab1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[CDM] Set userSet=false when revoking NLS" into main

parents 1c393b7f c4db5e4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class DisassociationProcessor {
                        if (service.getComponentInfo().getComponentName().getPackageName()
                                .equals(packageName)) {
                            mNotificationManager.setNotificationListenerAccessGranted(
                                    service.getComponentInfo().getComponentName(), false);
                                    service.getComponentInfo().getComponentName(), false, false);
                        }
                    }
                }