am 4ef0beb6: am 5bda8f4e: am 253ee76d: Merge "Add action for reaching ignore battery optimizations" into mnc-dev
* commit '4ef0beb6ae3a7671845454b833d7046fcb23283e': Add action for reaching ignore battery optimizations
This commit is contained in:
@@ -576,6 +576,21 @@ public final class Settings {
|
||||
public static final String ACTION_APPLICATION_DETAILS_SETTINGS =
|
||||
"android.settings.APPLICATION_DETAILS_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show screen for controlling which apps can ignore battery optimizations.
|
||||
* <p>
|
||||
* In some cases, a matching Activity may not exist, so ensure you
|
||||
* safeguard against this.
|
||||
* <p>
|
||||
* Input: The Intent's data URI specifies the application package name
|
||||
* to be shown, with the "package" scheme. That is "package:com.my.app".
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS =
|
||||
"android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS";
|
||||
|
||||
/**
|
||||
* @hide
|
||||
* Activity Action: Show the "app ops" settings screen.
|
||||
|
||||
Reference in New Issue
Block a user