adding Settings and About sections
This commit is contained in:
parent
25876ae5c0
commit
1350ce420a
8 changed files with 247 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.simplemobiletools.smsmessenger.helpers
|
||||
|
||||
import android.content.Context
|
||||
import com.simplemobiletools.commons.helpers.BaseConfig
|
||||
|
||||
class Config(context: Context) : BaseConfig(context) {
|
||||
companion object {
|
||||
fun newInstance(context: Context) = Config(context)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue