V3.1.8 - added READ_PHONE_STATE permission as lack of this was resulting in SMS failure on some phones.

This commit is contained in:
Graham Jones
2019-06-06 20:38:23 +01:00
parent 03402440ad
commit 54ce96aabb
5 changed files with 9 additions and 3 deletions

View File

@@ -505,6 +505,7 @@ public class StartupActivity extends Activity {
+ "\n V3.1.3 - Added delay to SMS sending to give the user chance to cancel a false alarm."
+ "\n V3.1.5 - Added repeat alarm beeps during SMS delay to alert user.."
+ "\n V3.1.6 - Made Cancel Audible button inhibit sending SMS alarms as well as audible beeps"
+ "\n V3.1.8 - Added READ_PHONE_STATE permission, which seems to be needed for some phones"
);
// This makes the links display as links, but they do not respond to clicks for some reason...
Linkify.addLinks(s, Linkify.ALL);
@@ -538,6 +539,7 @@ public class StartupActivity extends Activity {
+ "\n V3.1.3 - Added delay to SMS sending to give the user chance to cancel a false alarm."
+ "\n V3.1.5 - Added repeat alarm beeps during SMS delay to alert user.."
+ "\n V3.1.6 - Made Cancel Audible button inhibit sending SMS alarms as well as audible beeps"
+ "\n V3.1.8 - Added READ_PHONE_STATE permission, which seems to be needed for some phones"
+ "\n "
);
// This makes the links display as links, but they do not respond to clicks for some reason...