Rename package names to org.fossify.*
This commit is contained in:
parent
3a2535a980
commit
2d8a626ec0
131 changed files with 915 additions and 883 deletions
11
app/src/main/kotlin/org/fossify/smsmessenger/App.kt
Normal file
11
app/src/main/kotlin/org/fossify/smsmessenger/App.kt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package org.fossify.smsmessenger
|
||||
|
||||
import android.app.Application
|
||||
import org.fossify.commons.extensions.checkUseEnglish
|
||||
|
||||
class App : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
checkUseEnglish()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue