summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSean Stout <sstout@google.com>2020-07-14 23:32:14 +0000
committerSean Stout <sstout@google.com>2020-07-15 17:52:55 +0000
commit75ea57a65e851bbfc1dd20dd93377fdb448fe1bf (patch)
tree931f04196edfb8122a61ed845f8d471d56c81b4c /AndroidManifest.xml
parent01daee8c2312adccb35de523599e138829f6429d (diff)
downloadSettings-75ea57a65e851bbfc1dd20dd93377fdb448fe1bf.tar.gz
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 13d9296659c..66f72075661 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>