My App has the following Parameters:
android { compileSdkVersion 23 buildToolsVersion \"23.0.2\" defaultConfig { applicationId \"de.muni
Well to answer the question on the title of your question you should change Notification to NotificationCompat, i.e.:
Notification
NotificationCompat
NotificationCompat.Builder.
NotificationCompat.Builder
The regular Notification.Builder has setLocal available only since API 20.
Notification.Builder
setLocal