Kaitlyn Cimino / Android Authority
TL;DR
- Put on OS smartwatches might quickly get earthquake alerts by way of a Google Play Companies replace.
- This characteristic could be helpful for mobile smartwatch customers who go away their telephones behind.
- The earthquake alerts system makes use of crowdsourced knowledge from accelerometers on Android smartphones to sense vibrations.
Android smartphones with pre-installed Google apps ship with an underappreciated security characteristic: earthquake alerts. The Android Earthquake Alert System crowdsources earthquake alerts by leveraging the small accelerometers inside telephones that may sense vibrations and velocity. This characteristic has been restricted to Android smartphones, however Put on OS smartwatches may quickly additionally get this life-saving earthquake alert characteristic.
An APK teardown helps predict options which will arrive on a service sooner or later primarily based on work-in-progress code. Nonetheless, it’s potential that such predicted options might not make it to a public launch.
Google Play Companies for Put on OS v24.49.33 contains strings suggesting that Google may quickly provide earthquake alerts on Put on OS smartwatches.
Code
<string title="ealert_earthquake_info_no_mag">Epicenter estimated about %1$s away.</string>
<string title="ealert_magnitude_info_v2">Preliminary estimate Mpercent1$.1f about %2$s away.</string>
<string title="ealert_nearby_notification_text_v2">Anticipate gentle shaking. %1$s</string>
<string title="ealert_notification_followup_false">Earthquake alert canceled</string>
<string title="ealert_notification_followup_qualified">View official earthquake particulars</string>
<string title="ealert_notification_nearby">Earthquake close by</string>
<string title="ealert_notification_occurred_v2">Earthquake at %1$s</string>
<string title="ealert_notification_sender">Google - ShakeAlert®</string>
<string title="ealert_occurred_notification_text_v2">You'll have felt shaking. %1$s %2$s</string>
<string title="quake_notification_high_importance_channel_name">Earthquake Early Warning Alert</string>
<string title="quake_notification_low_importance_channel_name">Earthquake Early Warning Updates</string>
<string title="quake_notification_medium_importance_channel_name">Earthquake Early Warning Notification</string>
These strings are associated to a flag that marks this as a characteristic meant for Put on OS:
Code
Ealert__enable_wearable_ux
There may be one other flag that controls whether or not earthquake alert notifications must be displayed on supervised accounts, that are often accounts for youths that their mother and father or guardians handle:
Code
Ealert__disable_for_supervised
Earthquake alerts on smartwatches could be helpful within the case of mobile smartwatches. Customers of mobile smartwatches usually have use circumstances the place they go away their telephones behind. Getting an vital alert like this immediately on their smartwatch may probably be life-saving, immediately giving Put on OS smartwatches an edge over prime smartwatch opponents.
Earthquake alerts aren’t at the moment stay for Put on OS smartwatches. We’ll maintain you up to date if and when the characteristic goes stay.