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

src.com.android.clockwork.remote.Home Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 15-robolectric-12650502
Show newest version
package com.android.clockwork.remote;

/**
 * Power intents that Clockwork Home broadcasts to interact with Settings and framework.
 *
 * See {@link com.google.android.clockwork.battery.wear.PowerIntents}
 */
public final class Home {
    private Home() {}

    public static final String ACTION_SLEEP = "com.google.android.wearable.home.action.SLEEP";

    public static final String ACTION_ENABLE_MULTICORE =
            "com.google.android.wearable.home.action.ENABLE_MULTICORE";

    public static final String ACTION_DISABLE_MULTICORE =
            "com.google.android.wearable.home.action.DISABLE_MULTICORE";

    public static final String ACTION_ENABLE_TOUCH =
            "com.google.android.wearable.home.action.ENABLE_TOUCH";

    public static final String ACTION_DISABLE_TOUCH =
            "com.google.android.wearable.home.action.DISABLE_TOUCH";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy