Rename ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL

ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL is now ACTION_APP_BATTERY_SETTINGS

Test: adb shell am start -a \
"android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" -d \
"package:com.google.android.deskclock" --ez \
"request_ignore_background_restriction" 1
Bug: 129901520

Change-Id: Iec103ee46863c05497f9aa53f0ae81b105fdd309
This commit is contained in:
Sean Stout
2019-04-15 15:34:09 -07:00
parent 6441723a31
commit 44eecb7375

View File

@@ -2904,7 +2904,7 @@
android:launchMode="singleInstance"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
<action android:name="android.settings.APP_BATTERY_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="package" />
</intent-filter>