Loading core/java/android/hardware/fingerprint/FingerprintSensorConfigurations.java +4 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,10 @@ public class FingerprintSensorConfigurations implements Parcelable { } catch (RemoteException e) { Log.d(TAG, "Unable to get sensor properties!"); } if (props == null) { props = new SensorProps[]{}; } return props; } } Loading
core/java/android/hardware/fingerprint/FingerprintSensorConfigurations.java +4 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,10 @@ public class FingerprintSensorConfigurations implements Parcelable { } catch (RemoteException e) { Log.d(TAG, "Unable to get sensor properties!"); } if (props == null) { props = new SensorProps[]{}; } return props; } }