All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.pocketknife.SimpleApp Maven / Gradle / Ivy

package com.example.pocketknife;

import android.app.Application;
import pocketknife.PocketKnife;

public class SimpleApp extends Application {
  @Override public void onCreate() {
    super.onCreate();
    PocketKnife.setDebug(BuildConfig.DEBUG);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy