Minor corrections.

This commit is contained in:
jens 2021-06-05 12:11:05 +02:00
parent 7e36f0f32e
commit d018c27f0e
2 changed files with 2 additions and 1 deletions

View File

@ -305,6 +305,7 @@ public class ActivityMaintenance extends Activity
emailBody.append("Device: " + android.os.Build.DEVICE + Miscellaneous.lineSeparator); emailBody.append("Device: " + android.os.Build.DEVICE + Miscellaneous.lineSeparator);
emailBody.append("Model: " + android.os.Build.MODEL + Miscellaneous.lineSeparator); emailBody.append("Model: " + android.os.Build.MODEL + Miscellaneous.lineSeparator);
emailBody.append("Product: " + android.os.Build.PRODUCT); emailBody.append("Product: " + android.os.Build.PRODUCT);
emailBody.append("Flavor: " + BuildConfig.FLAVOR);
Uri uri = Uri.parse("content://com.jens.automation2/" + Settings.zipFileName); Uri uri = Uri.parse("content://com.jens.automation2/" + Settings.zipFileName);

View File

@ -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. 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 :-) 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. * 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 Explanation of the many permissions can be found here: https://server47.de/automation/permissions_en.html