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

Commit 7a5269b1 authored by Shen Lin's avatar Shen Lin
Browse files

Fix typo when execute query on BiometricSettingsProvider

Bug: b/387226842
Change-Id: I64f8352fd613c6a680fc32f81d6815e440458566
Test: presubmit
parent e71f6991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ class BiometricSettingsProvider : ContentProvider() {
  }

  override fun delete(uri: Uri, selection: String?, selectionArgs: Array<out String>?): Int {
    throw UnsupportedOperationException("query operation not supported currently.")
    throw UnsupportedOperationException("delete operation not supported currently.")
  }

  override fun getType(uri: Uri): String? {