diff --git a/app/src/main/java/com/jens/automation2/ActivityMaintenance.java b/app/src/main/java/com/jens/automation2/ActivityMaintenance.java index 029bb30..d4abf8a 100644 --- a/app/src/main/java/com/jens/automation2/ActivityMaintenance.java +++ b/app/src/main/java/com/jens/automation2/ActivityMaintenance.java @@ -305,6 +305,7 @@ public class ActivityMaintenance extends Activity emailBody.append("Device: " + android.os.Build.DEVICE + Miscellaneous.lineSeparator); emailBody.append("Model: " + android.os.Build.MODEL + Miscellaneous.lineSeparator); emailBody.append("Product: " + android.os.Build.PRODUCT); + emailBody.append("Flavor: " + BuildConfig.FLAVOR); Uri uri = Uri.parse("content://com.jens.automation2/" + Settings.zipFileName); diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 6bdeae2..a6b0718 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -45,7 +45,7 @@ So if a certain feature is not working on your device - let me know. Over the ye If you have a problem and think about contacting me please update to the latest version first and see if your problem persists there, too. Donations are certainly a good, but not the only way to motivate me :-) -* If you want to support me, can also leave a positive review for the app on Google Play. +* If you'd like to support me, you can also leave a positive review for the app on Google Play. * Furthermore I can always use help in translating the app. English, German and some Spanish are among my own skills. But everything else is more than welcome. Explanation of the many permissions can be found here: https://server47.de/automation/permissions_en.html \ No newline at end of file