Loading android/app/src/com/android/bluetooth/gatt/ScanManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
android/app/src/com/android/bluetooth/gatt/ScanManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading