Turn on TARE by default.
Bug: 240726265 Test: atest CtsAlarmManagerTestCases Test: atest CtsJobSchedulerSharedUidTestCases Test: atest CtsJobSchedulerTestCases Test: atest CtsUsageStatsTestCases Test: atest frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm Test: atest frameworks/base/services/tests/mockingservicestests/src/com/android/server/job Test: atest frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/job Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/tare Change-Id: I67d60ec7e7787cfb8284e5dd4b6aaacb4f03ba82
This commit is contained in:
@@ -14257,7 +14257,7 @@ public final class Settings {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int DEFAULT_ENABLE_TARE = 0;
|
||||
public static final int DEFAULT_ENABLE_TARE = 1;
|
||||
|
||||
/**
|
||||
* Whether to enable the TARE AlarmManager economic policy or not.
|
||||
|
||||
Reference in New Issue
Block a user