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

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

Merge "Fix broken javadocs." into oc-mr1-dev

parents 5d0b87d6 67f9d507
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1014,7 +1014,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
    -since $(SRC_API_DIR)/24.txt 24 \
    -since $(SRC_API_DIR)/25.txt 25 \
    -since $(SRC_API_DIR)/26.txt 26 \
    -werror -hide 111 -hide 113 -hide 121 \
    -werror -lerror -hide 111 -hide 113 -hide 121 -hide 125 -hide 126 -hide 127 -hide 128 \
    -overview $(LOCAL_PATH)/core/java/overview.html \

framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR:= \
+0 −1
Original line number Diff line number Diff line
@@ -15858,7 +15858,6 @@ package android.hardware.fingerprint {
    field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4
    field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6
    field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8
  }
+0 −1
Original line number Diff line number Diff line
@@ -16673,7 +16673,6 @@ package android.hardware.fingerprint {
    field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4
    field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6
    field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8
  }
+0 −1
Original line number Diff line number Diff line
@@ -15936,7 +15936,6 @@ package android.hardware.fingerprint {
    field public static final int FINGERPRINT_ERROR_NO_SPACE = 4; // 0x4
    field public static final int FINGERPRINT_ERROR_TIMEOUT = 3; // 0x3
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_PROCESS = 2; // 0x2
    field public static final int FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6; // 0x6
    field public static final int FINGERPRINT_ERROR_VENDOR = 8; // 0x8
  }
+1 −1
Original line number Diff line number Diff line
@@ -612,7 +612,7 @@ public abstract class AccessibilityService extends Service {

    /**
     * Get the controller for fingerprint gestures. This feature requires {@link
     * AccessibilityServiceInfo#CAPABILITY_CAN_CAPTURE_FINGERPRINT_GESTURES}.
     * AccessibilityServiceInfo#CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES}.
     *
     *<strong>Note: </strong> The service must be connected before this method is called.
     *
Loading