Example usage for android.content BroadcastReceiver subclass-usage

List of usage examples for android.content BroadcastReceiver subclass-usage

Introduction

In this page you can find the example usage for android.content BroadcastReceiver subclass-usage.

Usage

From source file cc.flydev.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.tcl.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.wb.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.google.android.apps.muzei.NewWallpaperNotificationReceiver.java

public class NewWallpaperNotificationReceiver extends BroadcastReceiver {
    public static final String PREF_ENABLED = "new_wallpaper_notification_enabled";
    private static final String PREF_LAST_SEEN_NOTIFICATION_IMAGE_URI = "last_seen_notification_image_uri";

    private static final int NOTIFICATION_ID = 1234;

From source file com.grumoon.glauncher.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 eu.faircode.netguard.Receiver.java

public class Receiver extends BroadcastReceiver {
    private static final String TAG = "NetGuard.Receiver";

    @Override
    public void onReceive(final Context context, Intent intent) {
        Log.i(TAG, "Received " + intent);

From source file com.android.talkback.SideTapManager.java

/**
 * Manages detection of taps on the side of the device. Wraps IntegratedTapDetector.
 */
public class SideTapManager extends BroadcastReceiver implements IntegratedTapDetector.TapListener,
        FeedbackController.HapticFeedbackListener, AccessibilityEventListener {

From source file org.anhonesteffort.flock.NotificationDrawer.java

/**
 * rhodey
 */
public class NotificationDrawer extends BroadcastReceiver {

    private static final String TAG = "org.anhonesteffort.flock.NotificationDrawer";

From source file at.florian_lentsch.expirysync.NotifyChecker.java

/**
 * Handles daily checking for expired products (or products that going to expire
 * soon)
 * 
 * @author Florian Lentsch <office@florian-lentsch.at>
 * 

From source file com.n2hsu.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";