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

Commit c2cbd338 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Pinner Service - update Camera app max size to 80MB" into nyc-mr2-dev

parents c7f90bfb 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;
        }