am 356102e3
: am 02930093
: Fix issue #2905454: Crash observed while accessing Battery history page on passion/GRG40
Merge commit '356102e39ae5997393ef82eee5f7f78b7ec4fdcb' * commit '356102e39ae5997393ef82eee5f7f78b7ec4fdcb': Fix issue #2905454: Crash observed while accessing Battery history page on passion/GRG40
This commit is contained in:
@@ -1994,8 +1994,6 @@ found in the list of installed applications.</string>
|
|||||||
<string name="testing_phone_info">Phone information</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. -->
|
<!-- 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>
|
<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. -->
|
<!-- 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>
|
<string name="testing_sim_toolkit">SIM toolkit</string>
|
||||||
|
|
||||||
|
@@ -32,13 +32,6 @@
|
|||||||
</PreferenceScreen>
|
</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
|
<PreferenceScreen
|
||||||
android:title="@string/testing_usage_stats">
|
android:title="@string/testing_usage_stats">
|
||||||
<intent android:action="android.intent.action.MAIN"
|
<intent android:action="android.intent.action.MAIN"
|
||||||
|
Reference in New Issue
Block a user