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

android.app.UiModeManager Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.app;
public class UiModeManager
{
UiModeManager() { throw new RuntimeException("Stub!"); }
public  void enableCarMode(int flags) { throw new RuntimeException("Stub!"); }
public  void disableCarMode(int flags) { throw new RuntimeException("Stub!"); }
public  int getCurrentModeType() { throw new RuntimeException("Stub!"); }
public  void setNightMode(int mode) { throw new RuntimeException("Stub!"); }
public  int getNightMode() { throw new RuntimeException("Stub!"); }
public static java.lang.String ACTION_ENTER_CAR_MODE;
public static java.lang.String ACTION_EXIT_CAR_MODE;
public static java.lang.String ACTION_ENTER_DESK_MODE;
public static java.lang.String ACTION_EXIT_DESK_MODE;
public static final int MODE_NIGHT_AUTO = 0;
public static final int MODE_NIGHT_NO = 1;
public static final int MODE_NIGHT_YES = 2;
public static final int ENABLE_CAR_MODE_GO_CAR_HOME = 1;
public static final int DISABLE_CAR_MODE_GO_HOME = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy