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

Commit 5591102e authored by Vinay Kalia's avatar Vinay Kalia Committed by android-build-merger
Browse files

Merge "Catch exception" am: 2eda6ee2 am: ceb623b0

am: 90ef8722

Change-Id: I7e2a8b0aab47021518738d953651be27840a4903
parents 32064b50 90ef8722
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -145,7 +145,11 @@ public class ScanManager {
        mScanNative.cleanup();

        if (mActivityManager != null) {
            try {
                mActivityManager.removeOnUidImportanceListener(mUidImportanceListener);
            } catch (IllegalArgumentException e) {
                Log.w(TAG, "exception when invoking removeOnUidImportanceListener", e);
            }
        }

        if (mDm != null) {