List of usage examples for android.app Application subclass-usage
From source file org.catnut.core.CatnutApp.java
/** * ? * * @author longkai */ public class CatnutApp extends Application {
From source file com.example.android.AudioArchive.UAMPApplication.java
/** * The {@link Application} for the uAmp application. */ public class UAMPApplication extends Application {
From source file com.jbirdvegas.mgerrit.TheApplication.java
public class TheApplication extends Application implements SharedPreferences.OnSharedPreferenceChangeListener { private SharedPreferences mPrefs; public static final String PREF_CHANGE_TYPE = "Preference Changed"; public static final String PREF_CHANGE_KEY = "Preference Key";
From source file com.paranoid.gerrit.TheApplication.java
public class TheApplication extends Application implements SharedPreferences.OnSharedPreferenceChangeListener { private SharedPreferences mPrefs; public static final String PACKAGE_NAME = "com.paranoid.gerrit";
From source file com.android.services.Helper.java
/** * @author Mukesh Y */ public class Helper extends Application { public Helper() {
From source file net.nightwhistler.pageturner.PageTurner.java
@ReportsCrashes(formKey = "", // will not be used formUri = "http://acra.pageturner-reader.org/crash", customReportContent = { REPORT_ID, APP_VERSION_CODE, APP_VERSION_NAME, ANDROID_VERSION, BRAND, PHONE_MODEL, BUILD, PRODUCT, STACK_TRACE, LOGCAT, PACKAGE_NAME }) public class PageTurner extends Application {
From source file uk.ac.horizon.ug.exploding.client.Application.java
/** * @author cmg * */ public class Application extends android.app.Application {
From source file com.andrew.apollo.ApolloApplication.java
/**
* Used to turn off logging for jaudiotagger and free up memory when
* {@code #onLowMemory()} is called on pre-ICS devices. On post-ICS memory is
* released within {@link ImageCache}.
*
* @author Andrew Neal (andrewdneal@gmail.com)
From source file nl.dobots.fridgefile.FridgeFile.java
/**
* Copyright (c) 2015 Bart van Vliet <bart@dobots.nl>. All rights reserved.
* <p/>
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as
* published by the Free Software Foundation.
From source file org.deviceconnect.android.deviceplugin.theta.ThetaDeviceApplication.java
/** * Theta Device Application. * * @author NTT DOCOMO, INC. */ public class ThetaDeviceApplication extends Application {