-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update comments for [email protected]
This CL adds a comment that discourages use of this interface. The AIDL interface, IFingerprint, should be used instead. Bug: 160189286 Test: hidl-gen -L check [email protected]::IBiometricsFingerprint Change-Id: Ifafb191ac16e03e60d677fce6dc9e41e87bad0c0
- Loading branch information
Ilya Matyukhin
committed
Jul 23, 2021
1 parent
5fb5afe
commit ac11a2e
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,10 @@ package [email protected]; | |
import @2.2::IBiometricsFingerprint; | ||
|
||
/** | ||
* New use of this interface is strongly discouraged. The recommended option is | ||
* to use the AIDL interface, android.hardware.biometrics.fingerprint | ||
* (IFingerprint). | ||
* | ||
* The interface for biometric fingerprint authentication. | ||
*/ | ||
interface IBiometricsFingerprint extends @2.2::IBiometricsFingerprint { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -833,6 +833,7 @@ e3865e74cb1a6e6afd38c7aa84115cb109ce47b972132de5242bc3838d2771f6 android.hardwar | |
b3caf524c46a47d67e6453a34419e1881942d059e146cda740502670e9a752c3 [email protected]::IVehicle | ||
7ce8728b27600e840cacf0a832f6942819fe535f9d3797ae052d5eef5065921c [email protected]::IVehicleCallback | ||
b525e91d886379c13588f4975bb04d625d46e1f41b4453792c4b2db1e7ff4340 [email protected]::IBiometricsFingerprint | ||
7a78e9963bec0b071e7d46928c6100e2174270892d3f15a1eaad074997adf279 [email protected]::IBiometricsFingerprint # Added for b/160189286 for Android S | ||
4baf8e0eca4aa896cc9ceb7bb676aaf4fa21372ef8b49eed68eced1221c3dc0d [email protected]::IBluetoothAudioProvider | ||
d417a9212c8f96e3a06a2f221c8c5756c765355b2b81de2b2a65d4c9eee85401 [email protected]::IBluetoothAudioProvidersFactory | ||
c17d9e27abd37ae5a8ff8da08fc5c9b13a264670feef6bbbc9d3ab1915216130 [email protected]::types | ||
|