Merge "Change recent threshold to 15 seconds" into sc-dev

This commit is contained in:
Nate Myren
2021-01-29 21:13:55 +00:00
committed by Android (Google) Code Review

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,