Merge "fix out of memory with continuous entry and exit InstalledAppDetail." am: d298d474e6
am: dfc6e32434
* commit 'dfc6e32434a0d208403f8ce754e079e77e34cf7f':
fix out of memory with continuous entry and exit InstalledAppDetail.
This commit is contained in:
@@ -105,6 +105,12 @@ public abstract class AppInfoBase extends SettingsPreferenceFragment
|
|||||||
super.onPause();
|
super.onPause();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDestroy() {
|
||||||
|
mSession.release();
|
||||||
|
super.onDestroy();
|
||||||
|
}
|
||||||
|
|
||||||
protected String retrieveAppEntry() {
|
protected String retrieveAppEntry() {
|
||||||
final Bundle args = getArguments();
|
final Bundle args = getArguments();
|
||||||
mPackageName = (args != null) ? args.getString(ARG_PACKAGE_NAME) : null;
|
mPackageName = (args != null) ? args.getString(ARG_PACKAGE_NAME) : null;
|
||||||
|
Reference in New Issue
Block a user