Merge "Fix typo when execute query on BiometricSettingsProvider" into main

This commit is contained in:
Treehugger Robot
2025-03-11 18:21:58 -07:00
committed by Gerrit Code Review

View File

@@ -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? {