Remove unnecessary @hide from private method

Bug: 169459906
Test: Builds
Change-Id: I9d69ed4fa016abc69f7987b4ec51754f561ae508
This commit is contained in:
Kevin Chyn
2020-10-14 10:59:00 -07:00
parent 6a97e964cb
commit 2857c4d19a

View File

@@ -56,7 +56,6 @@ public class BiometricTestSession implements AutoCloseable {
* equivalent for the secret key.
*
* @param enableTestHal If true, enable testing with a fake HAL instead of the real HAL.
* @hide
*/
@RequiresPermission(TEST_BIOMETRIC)
private void enableTestHal(boolean enableTestHal) {