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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user