Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarApps.java +1 −1 Original line number Diff line number Diff line Loading @@ -1060,7 +1060,7 @@ class NavigationBarApps extends LinearLayout ris = packageManager.queryIntentActivitiesAsUser(intentToResolve, 0, userId); } if (ris == null || ris.size() <= 0) { Slog.e(TAG, "Failed to build intent for " + packageName); Slog.i(TAG, "Failed to build intent for " + packageName); return null; } return new ComponentName(ris.get(0).activityInfo.packageName, Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarAppsModel.java +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ class NavigationBarAppsModel { } } Slog.e(TAG, "Activity doesn't have category Intent.CATEGORY_LAUNCHER " + component); Slog.i(TAG, "Activity doesn't have category Intent.CATEGORY_LAUNCHER " + component); return null; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarApps.java +1 −1 Original line number Diff line number Diff line Loading @@ -1060,7 +1060,7 @@ class NavigationBarApps extends LinearLayout ris = packageManager.queryIntentActivitiesAsUser(intentToResolve, 0, userId); } if (ris == null || ris.size() <= 0) { Slog.e(TAG, "Failed to build intent for " + packageName); Slog.i(TAG, "Failed to build intent for " + packageName); return null; } return new ComponentName(ris.get(0).activityInfo.packageName, Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarAppsModel.java +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ class NavigationBarAppsModel { } } Slog.e(TAG, "Activity doesn't have category Intent.CATEGORY_LAUNCHER " + component); Slog.i(TAG, "Activity doesn't have category Intent.CATEGORY_LAUNCHER " + component); return null; } Loading