Skip to content

Commit

Permalink
Email: make it more obvious that the device model and OS is pre-filled
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Feb 29, 2024
1 parent 743a1b4 commit 8a67eb6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ class MoreOptionsActivity : BaseTopActivity() {
binding.syncStatus.setProgress(event)
}



companion object {
private const val SUPPORT_MAIL = "[email protected]"

Expand All @@ -147,7 +145,7 @@ class MoreOptionsActivity : BaseTopActivity() {
// and hardware and Android info in body
.putExtra(
Intent.EXTRA_TEXT,
"${Build.MANUFACTURER.uppercase(Locale.US)} ${Build.MODEL}, Android ${Build.VERSION.RELEASE}\n\n"
"My device: ${Build.MANUFACTURER.uppercase(Locale.US)} ${Build.MODEL}, Android ${Build.VERSION.RELEASE}\n\n"
)
return Intent.createChooser(intent, context.getString(R.string.feedback))
}
Expand Down

0 comments on commit 8a67eb6

Please sign in to comment.