Loading src/com/android/settings/applications/InstalledAppDetails.java +7 −2 Original line number Diff line number Diff line Loading @@ -908,8 +908,13 @@ public class InstalledAppDetails extends AppInfoBase } private void addAppInstallerInfoPref(PreferenceScreen screen) { final String installerPackageName = String installerPackageName = null; try { installerPackageName = getContext().getPackageManager().getInstallerPackageName(mPackageName); } catch (IllegalArgumentException e) { Log.e(TAG, "Exception while retrieving the package installer of " + mPackageName, e); } if (installerPackageName == null) { return; } Loading Loading
src/com/android/settings/applications/InstalledAppDetails.java +7 −2 Original line number Diff line number Diff line Loading @@ -908,8 +908,13 @@ public class InstalledAppDetails extends AppInfoBase } private void addAppInstallerInfoPref(PreferenceScreen screen) { final String installerPackageName = String installerPackageName = null; try { installerPackageName = getContext().getPackageManager().getInstallerPackageName(mPackageName); } catch (IllegalArgumentException e) { Log.e(TAG, "Exception while retrieving the package installer of " + mPackageName, e); } if (installerPackageName == null) { return; } Loading