am 5a496deb: Merge "Fixing wrong tag usage" into lmp-dev

* commit '5a496debeef5f2b01b90f654a97504d5ae1a6288':
  Fixing wrong tag usage
This commit is contained in:
Santos Cordon
2014-08-16 03:30:12 +00:00
committed by Android Git Automerger

View File

@@ -288,7 +288,7 @@ public class AppWidgetProviderInfo implements Parcelable {
* @param context Context for accessing resources.
* @param density The optional desired density as per
* {@link android.util.DisplayMetrics#densityDpi}.
* @return The widget preview image or {@null} if preview image is not available.
* @return The widget preview image or null if preview image is not available.
*/
public final Drawable loadPreviewImage(@NonNull Context context, int density) {
return loadDrawable(context, density, previewImage, false);