Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eadeee54 authored by ykhung's avatar ykhung
Browse files

Fix incorrect battery icon showing on the recent apps

Bug: 232204674
Test: manual
Change-Id: I169a59a2cbdd5f20266235b5c70bd524f08ad454
parent ee56c24a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2855,7 +2855,7 @@
            android:name="Settings$BatterySaverSettingsActivity"
            android:label="@string/battery_saver"
            android:exported="true"
            android:icon="@drawable/ic_settings_battery">
            android:icon="@drawable/ic_homepage_battery">
            <intent-filter android:priority="1">
                <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -2870,6 +2870,7 @@

        <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
                android:label="@string/power_usage_summary_title"
                android:icon="@drawable/ic_homepage_battery"
                android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
                android:exported="true">
            <intent-filter>