Revert "Add android.settings.ACTION_APP_BATTERY_SETTINGS to public API"
This reverts commit c568477004.
Reason for revert: API concerns.
Bug: 129901520
Change-Id: I658de3933353ac93b13ce1f6f6616fd653663152
This commit is contained in:
@@ -38846,7 +38846,6 @@ package android.provider {
|
||||
field public static final String ACTION_APPLICATION_DETAILS_SETTINGS = "android.settings.APPLICATION_DETAILS_SETTINGS";
|
||||
field public static final String ACTION_APPLICATION_DEVELOPMENT_SETTINGS = "android.settings.APPLICATION_DEVELOPMENT_SETTINGS";
|
||||
field public static final String ACTION_APPLICATION_SETTINGS = "android.settings.APPLICATION_SETTINGS";
|
||||
field public static final String ACTION_APP_BATTERY_SETTINGS = "android.settings.APP_BATTERY_SETTINGS";
|
||||
field public static final String ACTION_APP_NOTIFICATION_BUBBLE_SETTINGS = "android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS";
|
||||
field public static final String ACTION_APP_NOTIFICATION_SETTINGS = "android.settings.APP_NOTIFICATION_SETTINGS";
|
||||
field public static final String ACTION_APP_SEARCH_SETTINGS = "android.settings.APP_SEARCH_SETTINGS";
|
||||
|
||||
@@ -955,16 +955,18 @@ public final class Settings {
|
||||
"android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS";
|
||||
|
||||
/**
|
||||
* Activity Action: Open the battery details page of an associated app.
|
||||
* Activity Action: Open the advanced power usage details page of an associated app.
|
||||
* <p>
|
||||
* Input: Intent's data URI set with an application name, using the
|
||||
* "package" schema (like "package:com.my.app")
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_APP_BATTERY_SETTINGS =
|
||||
"android.settings.APP_BATTERY_SETTINGS";
|
||||
public static final String ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL =
|
||||
"android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL";
|
||||
|
||||
/**
|
||||
* Activity Action: Show screen for controlling background data
|
||||
|
||||
Reference in New Issue
Block a user