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

Commit b9f0d277 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

am: 635c4948

Change-Id: I257a03cadefaacbc7136b1546d58165eadb87072
parents 8f68c8b9 635c4948
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;
        }