Loading src/com/android/settings/applications/AppInfoBase.java +6 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,12 @@ public abstract class AppInfoBase extends SettingsPreferenceFragment super.onPause(); } @Override public void onDestroy() { mSession.release(); super.onDestroy(); } protected String retrieveAppEntry() { final Bundle args = getArguments(); mPackageName = (args != null) ? args.getString(ARG_PACKAGE_NAME) : null; Loading Loading
src/com/android/settings/applications/AppInfoBase.java +6 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,12 @@ public abstract class AppInfoBase extends SettingsPreferenceFragment super.onPause(); } @Override public void onDestroy() { mSession.release(); super.onDestroy(); } protected String retrieveAppEntry() { final Bundle args = getArguments(); mPackageName = (args != null) ? args.getString(ARG_PACKAGE_NAME) : null; Loading