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

Commit c4db5e4c authored by Guojing Yuan's avatar Guojing Yuan
Browse files

[CDM] Set userSet=false when revoking NLS

Bug: 391895151
Test: CTS
Flag: EXEMPT bugfix
Change-Id: I79dfdd25dcf49ffc99525bd5d40f558c68151ef5
parent 8ccb7103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class DisassociationProcessor {
                        if (service.getComponentInfo().getComponentName().getPackageName()
                                .equals(packageName)) {
                            mNotificationManager.setNotificationListenerAccessGranted(
                                    service.getComponentInfo().getComponentName(), false);
                                    service.getComponentInfo().getComponentName(), false, false);
                        }
                    }
                }