update logs@ address
This commit is contained in:
parent
b0016b0221
commit
05d8c3bc31
|
@ -50,7 +50,7 @@ class MaintenancePlugin @Inject constructor(
|
|||
) {
|
||||
|
||||
fun sendLogs() {
|
||||
val recipient = sp.getString(R.string.key_maintenance_logs_email, "logs@androidaps.org")
|
||||
val recipient = sp.getString(R.string.key_maintenance_logs_email, "logs@aaps.app")
|
||||
val amount = sp.getInt(R.string.key_maintenance_logs_amount, 2)
|
||||
val logs = getLogFiles(amount)
|
||||
val zipDir = fileListProvider.ensureTempDirExists()
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
app:initialExpandedChildrenCount="0">
|
||||
|
||||
<info.nightscout.androidaps.utils.textValidator.ValidatingEditTextPreference
|
||||
android:defaultValue="logs@androidaps.org"
|
||||
android:defaultValue="logs@aaps.app"
|
||||
android:dialogMessage="@string/maintenance_email"
|
||||
android:inputType="textEmailAddress"
|
||||
android:key="@string/key_maintenance_logs_email"
|
||||
|
|
Loading…
Reference in a new issue