Minor corrections.

pull/1/head
jens 2 years ago
parent 7e36f0f32e
commit d018c27f0e

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

@ -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
Loading…
Cancel
Save