Revert "Rename ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL"
This reverts commit 44eecb7375e8109d30d3aba50a724172bf19817c.
Reason for revert: The name has been reverted back to ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL
Change-Id: Ic13f665061b9fc58afeca4a57809248cc1a00743
Bug: 161298021
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 13d9296..66f7207 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3117,7 +3117,7 @@
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">
<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" />
<data android:scheme="package" />
</intent-filter>