package android.graphics.drawable; public class Icon { public static Icon createWithResource(String packageName, int resourceId) { return null; } }