以下を実行すると、4.0.3 で Class Not Found 例外が発生します。
Class<?> notifyBuilder = null;
try {
notifyBuilder = Class.forName("android.app.Notification.Builder");
} catch (Exception e) {
e.printStackTrace();
}
助けてください..