Revert "Rename ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL"

This reverts commit 44eecb7375.

Reason for revert: The name has been reverted back to ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL

Change-Id: Ic13f665061b9fc58afeca4a57809248cc1a00743
Bug: 161298021
This commit is contained in:
Sean Stout
2020-07-14 23:32:14 +00:00
parent 01daee8c23
commit 75ea57a65e

View File

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