Merge "Remove unnecessary @hide from private method"

This commit is contained in:
TreeHugger Robot
2020-10-15 01:44:50 +00:00
committed by Android (Google) Code Review

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) {