Only 5.0 Lollipop and higher supported now
This commit is contained in:
parent
b55f4b000c
commit
1ea93f7530
@ -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"
|
||||||
|
@ -50,5 +50,10 @@ public class AntsNotificationsService extends NotificationListenerService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onNotificationRemoved(StatusBarNotification sbn) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user