Change recent threshold to 15 seconds

Change default recent threshold to 15 seconds

Test: build
Bug: 172868375
Change-Id: Ib716cc68744aa563fcf8988be6da56c9f95b9ab9
This commit is contained in:
Nate Myren
2021-01-29 09:50:26 -08:00
parent f78406820e
commit 2779eb839e

View File

@@ -95,7 +95,7 @@ public class PermissionUsageHelper {
private static final String SYSTEM_PKG = "android";
private static final long DEFAULT_RUNNING_TIME_MS = 5000L;
private static final long DEFAULT_RECENT_TIME_MS = 30000L;
private static final long DEFAULT_RECENT_TIME_MS = 15000L;
private static boolean shouldShowPermissionsHub() {
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,