Loading core/java/com/android/internal/util/cm/LockscreenTargetUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public final class LockscreenTargetUtils { if (packageName != null) { try { Context packageContext = context.createPackageContext(packageName, 0); res = context.getResources(); res = packageContext.getResources(); } catch (PackageManager.NameNotFoundException e) { Log.w(TAG, "Could not fetch icons from package " + packageName); return null; Loading Loading
core/java/com/android/internal/util/cm/LockscreenTargetUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ public final class LockscreenTargetUtils { if (packageName != null) { try { Context packageContext = context.createPackageContext(packageName, 0); res = context.getResources(); res = packageContext.getResources(); } catch (PackageManager.NameNotFoundException e) { Log.w(TAG, "Could not fetch icons from package " + packageName); return null; Loading