adding some more generic boilerplate code
This commit is contained in:
parent
feb4cd6e9a
commit
25876ae5c0
9 changed files with 55 additions and 20 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.simplemobiletools.smsmessenger.activities
|
||||
|
||||
import com.simplemobiletools.commons.activities.BaseSimpleActivity
|
||||
import com.simplemobiletools.smsmessenger.R
|
||||
|
||||
open class SimpleActivity : BaseSimpleActivity() {
|
||||
override fun getAppIconIDs() = arrayListOf(
|
||||
R.mipmap.ic_launcher
|
||||
)
|
||||
|
||||
override fun getAppLauncherName() = getString(R.string.app_launcher_name)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue