Skip to content

Instantly share code, notes, and snippets.

View djchittoor's full-sized avatar
:electron:
*coughs*

Daniel Jacob Chittoor djchittoor

:electron:
*coughs*
  • The LineageOS Project
  • Trivandrum, Kerala
View GitHub Profile
package com.android.systemui.biometrics
import android.content.Context
import android.util.Slog
import android.util.Log
import java.io.FileOutputStream
import java.io.IOException
import com.android.systemui.biometrics.UdfpsDisplayModeProvider
class NothingUdfpsDisplayModeProvider constructor (private val context: Context) : UdfpsDisplayModeProvider {