disable notification setting implemented
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.headlezz.notificationlogger;
|
||||
|
||||
import timber.log.Timber;
|
||||
|
||||
public class Application extends android.app.Application {
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
Timber.plant(new Timber.DebugTree());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user