export hardcoded strings (#547)

This commit is contained in:
Andre K 2022-12-28 17:37:25 -03:00 committed by GitHub
parent 96ea0bf5a9
commit 99a42b1aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 186 additions and 468 deletions

View file

@ -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)