Remove the anomaly detection added in O-DR
1. Remove unused class and resources 2. Update function in AdvancedPowerUsageDetail since we don't need pass in anomaly anymore Change-Id: I96fbe5ddaae902b34b756c7aae0338e49afef1f3 Bug: 74529048 Test: 1. manual test in settings page. 2. robo test still pass
This commit is contained in:
@@ -4987,18 +4987,6 @@
|
||||
<!-- Subtitle for list of packages -->
|
||||
<string name="packages_subtitle">Included packages</string>
|
||||
|
||||
<!-- Activity title for battery abnormal details page [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_details_title">Apps draining battery</string>
|
||||
|
||||
<!-- Summary for wakelock anomaly, means device been kept awake [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_wakelock_summary">Keeping device awake</string>
|
||||
<!-- Summary for wakeup alarm anomaly, meaning device been wakeup in the background [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_wakeup_alarm_summary">Waking up device in background</string>
|
||||
<!-- Summary for location anomaly, meaning device is requesting location too frequently [CHAR LIMIT=60] -->
|
||||
<string name="battery_abnormal_location_summary">Requesting location frequently</string>
|
||||
<!-- Summary for anomalies, meaning some apps behaving abnormally [CHAR LIMIT=80] -->
|
||||
<string name="battery_abnormal_apps_summary"><xliff:g id="number">%1$d</xliff:g> apps misbehaving</string>
|
||||
|
||||
<!-- Title for the battery summary tip [CHAR LIMIT=NONE] -->
|
||||
<string name="battery_tip_summary_title">Apps are running normally</string>
|
||||
<!-- Summary for the battery summary tip [CHAR LIMIT=NONE] -->
|
||||
@@ -8509,9 +8497,6 @@
|
||||
<!-- Label for menu to show app usage [CHAR LIMIT=30] -->
|
||||
<string name="hide_extra_apps">Show app usage</string>
|
||||
|
||||
<!-- Title for high usage item, which means power high usage [CHAR LIMIT=30] -->
|
||||
<string name="power_high_usage_title">High usage</string>
|
||||
|
||||
<!-- Summary for high usage item, showing app/apps are behaving abnormally [CHAR LIMIT=80] -->
|
||||
<plurals name="power_high_usage_summary">
|
||||
<item quantity="one"><xliff:g id="app">%1$s</xliff:g> behaving abnormally</item>
|
||||
|
||||
Reference in New Issue
Block a user