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

Commit 18315230 authored by Philipp Weiß's avatar Philipp Weiß Committed by Android (Google) Code Review
Browse files

Merge "Dismiss network logging notification when disabling logging"

parents 89a2cf74 82ed31c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9984,6 +9984,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                            + " service not being available yet.");
                }
                mNetworkLogger = null;
                mInjector.getNotificationManager().cancel(NETWORK_LOGGING_NOTIFICATION_ID);
            }
        } finally {
            mInjector.binderRestoreCallingIdentity(callingIdentity);