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

Commit eaae8f77 authored by Jorge Ruesga's avatar Jorge Ruesga Committed by Gerrit Code Review
Browse files

QCFace: Fix package path



Change-Id: I8282331003d0494bd5620cfb6e91f2dcfa708d30
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent e622c7fa
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -19,14 +19,8 @@

package org.codeaurora.camera;

import android.hardware.Camera;

import java.util.ArrayList;

import android.os.Bundle;

import android.os.SystemProperties;

/**
 * {@hide} Information about a Qaulcomm face identified through camera face
 * detection.
@@ -56,10 +50,6 @@ public class QCFace extends android.hardware.Camera.Face {
    private int leftrightGaze = 0;
    private int topbottomGaze = 0;

    private static final String STR_TRUE = "true";
    private static final String STR_FALSE = "false";
    private static final String STR_FACIAL_PROCESSING = "ro.qc.sdk.camera.facialproc";

    /**
     * The smilie degree for the detection of the face.
     *