Merge "Add configChanges for PowerUsageSummaryActivity for rotation" into udc-dev am: 16b4fb33e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21918805

Change-Id: Ibc77b30118851625895da35d41946683f02794a5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
YK Hung
2023-03-09 11:08:33 +00:00
committed by Automerger Merge Worker

View File

@@ -3073,7 +3073,8 @@
android:name="Settings$PowerUsageSummaryActivity" android:name="Settings$PowerUsageSummaryActivity"
android:label="@string/power_usage_summary_title" android:label="@string/power_usage_summary_title"
android:exported="true" android:exported="true"
android:icon="@drawable/ic_homepage_battery"> android:icon="@drawable/ic_homepage_battery"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize">
<intent-filter android:priority="1"> <intent-filter android:priority="1">
<action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />