android: remove left over things from shashlik

This commit is contained in:
Simon Fels 2016-06-23 12:30:19 +02:00
commit bdbf949dac
3 changed files with 23 additions and 30 deletions

View file

@ -23,6 +23,6 @@ public class NotificationListener extends NotificationListenerService {
@Override
public void onNotificationPosted(StatusBarNotification sbn) {
Log.e("ShashlikController", "new notification");
Log.e("Anbox", "new notification");
}
}