Merge "Add configChanges for PowerUsageSummaryActivity for rotation" into udc-dev
This commit is contained in:
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user