Skip to content

Instantly share code, notes, and snippets.

@carotkut94
Created November 12, 2018 08:49
Show Gist options
  • Save carotkut94/5b14b8469a1f9d8674dcfae185315489 to your computer and use it in GitHub Desktop.
Save carotkut94/5b14b8469a1f9d8674dcfae185315489 to your computer and use it in GitHub Desktop.
package com.death.timberdemo;
import android.app.Application;
public class ApplicationController extends Application {
public static boolean isDebug;
@Override
public void onCreate() {
super.onCreate();
isDebug = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment