mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
export hardcoded strings (#547)
This commit is contained in:
parent
96ea0bf5a9
commit
99a42b1aa1
43 changed files with 186 additions and 468 deletions
|
|
@ -4,6 +4,7 @@ import android.app.Activity
|
|||
import android.content.Intent
|
||||
import android.net.Uri
|
||||
import android.widget.Toast
|
||||
import com.geeksville.mesh.R
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
|
|
@ -26,7 +27,7 @@ class ExpireChecker(val context: Activity) : Logging {
|
|||
|
||||
Toast.makeText(
|
||||
context,
|
||||
"This application is out of date and must be updated",
|
||||
R.string.app_too_old,
|
||||
Toast.LENGTH_LONG
|
||||
).show()
|
||||
val i = Intent(Intent.ACTION_VIEW)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue