Setup full screen app lock
- Updated commons
This commit is contained in:
parent
0df10f18f0
commit
3f17c2d94c
10 changed files with 553 additions and 227 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue