commit | 0223f9c5ddfdbcd2c759d1b0cf289844ca0438c0 | [log] [tgz] |
---|---|---|
author | Matthew Xie <mattx@google.com> | Mon Feb 24 00:49:19 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 24 00:49:19 2014 +0000 |
tree | 427fd2481caab029eed8d0e33dce0aa56dd75883 | |
parent | 14136c7cdfee7525a97cfee6eec038994668b6a5 [diff] | |
parent | 68926914213742311fbab28da7883f9ea3f341b6 [diff] |
Merge "Bluetooth: GAP: Cancel the pairing notification on bond state change"
diff --git a/src/com/android/settings/applications/InstalledAppDetails.java b/src/com/android/settings/applications/InstalledAppDetails.java old mode 100644 new mode 100755 index 1b3938c..6729ea9 --- a/src/com/android/settings/applications/InstalledAppDetails.java +++ b/src/com/android/settings/applications/InstalledAppDetails.java
@@ -576,6 +576,12 @@ } @Override + public void onDestroyView() { + super.onDestroyView(); + mSession.release(); + } + + @Override public void onAllSizesComputed() { }