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

Commit e4fa9114 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix incorrect battery icon showing on the recent apps" into tm-dev am: 1cf78b8b

parents 6a1ff0e2 1cf78b8b
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>