Only 5.0 Lollipop and higher supported now

This commit is contained in:
Yegor Vyalov 2016-02-02 18:24:07 +02:00
parent b55f4b000c
commit 1ea93f7530
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 18 compileSdkVersion 21
buildToolsVersion "23.0.2" buildToolsVersion "23.0.2"
defaultConfig { defaultConfig {
applicationId "com.keyboard_crumbs.xiaomiantsalarmservice" applicationId "com.keyboard_crumbs.xiaomiantsalarmservice"

View File

@ -50,5 +50,10 @@ public class AntsNotificationsService extends NotificationListenerService {
} }
} }
@Override
public void onNotificationRemoved(StatusBarNotification sbn) {
}
} }