![JAR search and dependency download from the Maven repository](/logo.png)
src.com.android.clockwork.remote.Home Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-all Show documentation
Show all versions of android-all Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
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