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

Commit 82ed31c1 authored by phweiss's avatar phweiss
Browse files

Dismiss network logging notification when disabling logging

Bug:34116213
Bug:29748723
Test: CTSVerifier in a separate CL.

Change-Id: Ie652505ff57665f626712c67837577833f1595d6
parent 82e955fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9974,6 +9974,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);