Setup full screen app lock

- Updated commons
This commit is contained in:
Naveen Singh 2024-12-26 13:16:31 +05:30
parent 0df10f18f0
commit 3f17c2d94c
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
10 changed files with 553 additions and 227 deletions

View file

@ -1,11 +1,7 @@
package org.fossify.messages
import android.app.Application
import org.fossify.commons.extensions.checkUseEnglish
import org.fossify.commons.FossifyApp
class App : Application() {
override fun onCreate() {
super.onCreate()
checkUseEnglish()
}
class App : FossifyApp() {
override val isAppLockFeatureAvailable = true
}