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

Commit 0a588298 authored by phweiss's avatar phweiss Committed by android-build-merger
Browse files

Dismiss network logging notification when disabling logging

am: 97123648

Change-Id: I7f47b6318ef8c4b792115c2721a0d56dc6cdbfd3
parents aa92e65f 97123648
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9522,6 +9522,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);