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

Commit 81ab9862 authored by Hao Dong's avatar Hao Dong
Browse files

Add flag for moving FM APIs to BM

Test: N/A
Bug: 323957939
Flag: android.hardware.biometrics.move_fm_api_to_bm

Change-Id: Iec30173dadb84378e324b77c431dcd222243b505
parent c680802d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -64,3 +64,11 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "move_fm_api_to_bm"
  is_exported: true
  namespace: "biometrics_framework"
  description: "Feature flag for moving some FingerprintManager APIs to BiometricManager to unblock FM removal."
  bug: "323957939"
}