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:
Kweku Adams
2022-08-01 19:34:03 +00:00
parent 1a38800ae3
commit 00eef6e5be

View File

@@ -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.