List of usage examples for android.content BroadcastReceiver subclass-usage
From source file com.geecko.QuickLyric.broadcastReceiver.MusicBroadcastReceiver.java
public class MusicBroadcastReceiver extends BroadcastReceiver { static boolean autoUpdate = false; static boolean spotifyPlaying = false; public static void forceAutoUpdate(boolean force) {
From source file org.servalproject.maps.bridge.AutoUploadReceiver.java
/** * receive broadcast intents about new POIs and automatically upload them */ public class AutoUploadReceiver extends BroadcastReceiver { /*
From source file com.ota.updates.receivers.AppReceiver.java
public class AppReceiver extends BroadcastReceiver implements Constants { public final String TAG = this.getClass().getSimpleName(); @Override public void onReceive(Context context, Intent intent) {
From source file jieehd.villain.updater.checkInBackground.java
public class checkInBackground extends BroadcastReceiver { public Context mContext; NotificationManager nm; HttpClient client; JSONObject json;
From source file com.owncloud.android.files.InstantUploadBroadcastReceiver.java
public class InstantUploadBroadcastReceiver extends BroadcastReceiver { private static final String TAG = InstantUploadBroadcastReceiver.class.getName(); // Image action // Unofficial action, works for most devices but not HTC. See: https://github.com/owncloud/android/issues/6 private static final String NEW_PHOTO_ACTION_UNOFFICIAL = "com.android.camera.NEW_PICTURE";
From source file com.phonemetra.turbo.launcher.InstallShortcutReceiver.java
public class InstallShortcutReceiver extends BroadcastReceiver { private static final String TAG = "InstallShortcutReceiver"; private static final boolean DBG = false; public static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";
From source file com.upchannel.launcher3.InstallShortcutReceiver.java
public class InstallShortcutReceiver extends BroadcastReceiver { private static final String TAG = "InstallShortcutReceiver"; private static final boolean DBG = false; public static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";
From source file com.aidy.launcher3.ui.receiver.InstallShortcutReceiver.java
public class InstallShortcutReceiver extends BroadcastReceiver { private static final String TAG = "InstallShortcutReceiver"; private static final boolean DBG = false; public static final String ACTION_INSTALL_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";
From source file com.better.alarm.presenter.alert.AlarmAlertReceiver.java
/** * Glue class: connects AlarmAlert IntentReceiver to AlarmAlert activity. Passes * through Alarm ID. */ public class AlarmAlertReceiver extends BroadcastReceiver {
From source file at.flack.receiver.EMailReceiver.java
public class EMailReceiver extends BroadcastReceiver { private Activity main; private SharedPreferences sharedPrefs; private boolean notify; private boolean vibrate, headsup;