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

Commit 02930093 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #2905454: Crash observed while accessing Battery history page on passion/GRG40

Change-Id: Ifd08744d909c2d87e5cdf4eedcc5af1a86548e60
parent 83c3b64f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1884,8 +1884,6 @@ found in the list of installed applications.</string>
    <string name="testing_phone_info">Phone information</string>
    <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information.  -->
    <string name="testing_battery_info">Battery information</string>
    <!-- In the Testing screen. The item title of the activity that shows a bunch of historical battery-related information.  -->
    <string name="testing_battery_history">Battery history</string>
    <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations.  -->
    <string name="testing_sim_toolkit">SIM toolkit</string>

+0 −7
Original line number Diff line number Diff line
@@ -32,13 +32,6 @@
    </PreferenceScreen>


    <PreferenceScreen
            android:title="@string/testing_battery_history">
        <intent android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.settings"
                android:targetClass="com.android.settings.battery_history.BatteryHistory" />
    </PreferenceScreen>

    <PreferenceScreen
            android:title="@string/testing_usage_stats">
        <intent android:action="android.intent.action.MAIN"