I am getting Class Not Found exception in 4.0.3 on doing below..
Class<?> notifyBuilder = null;
try {
notifyBuilder = Class.forName("android.app.Notification.Builder");
} catch (Exception e) {
e.printStackTrace();
}
Plz Help..