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

Commit 635c4948 authored by Philip Cuadra's avatar Philip Cuadra Committed by android-build-merger
Browse files

Pinner Service - update Camera app max size to 80MB

am: ac39b962

Change-Id: I71ac0010c55b0362b878d294288779279a16cdf5
parents 97186e09 ac39b962
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public final class PinnerService extends SystemService {

    private BinderService mBinderService;

    private final long MAX_CAMERA_PIN_SIZE = 50 * (1 << 20); //50MB max
    private final long MAX_CAMERA_PIN_SIZE = 80 * (1 << 20); //80MB max

    private PinnerHandler mPinnerHandler = null;

@@ -192,6 +192,9 @@ public final class PinnerService extends SystemService {

        if (isResolverActivity(cameraResolveInfo.activityInfo))
        {
            if (DEBUG) {
              Slog.v(TAG, "cameraIntent returned resolverActivity");
            }
            return null;
        }