Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2779eb83 authored by Nate Myren's avatar Nate Myren
Browse files

Change recent threshold to 15 seconds

Change default recent threshold to 15 seconds

Test: build
Bug: 172868375
Change-Id: Ib716cc68744aa563fcf8988be6da56c9f95b9ab9
parent f7840682
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,