Merge "Add configChanges for PowerUsageSummaryActivity for rotation" into udc-dev

This commit is contained in:
YK Hung
2023-03-09 08:50:19 +00:00
committed by Android (Google) Code Review

View File

@@ -3073,7 +3073,8 @@
android:name="Settings$PowerUsageSummaryActivity"
android:label="@string/power_usage_summary_title"
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">
<action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
<category android:name="android.intent.category.DEFAULT" />