Skip to content

Commit

Permalink
Mention Wear OS app is only offered as a beta in case user is unable …
Browse files Browse the repository at this point in the history
…to install
  • Loading branch information
dshokouhi committed Oct 20, 2021
1 parent 772ef65 commit 2c0bbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/full/res/layout/activity_settings_wear.xml
Expand Up @@ -18,6 +18,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:layout_marginStart="15dp"
android:autoLink="web"
android:layout_marginEnd="15dp"
style="@style/TextAppearance.HomeAssistant.Headline"
app:layout_constraintBottom_toTopOf="@id/remote_open_button"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Expand Up @@ -622,8 +622,8 @@ like to connect to:</string>
<string name="prioritize_internal">Prioritize Internal URL</string>
<string name="prioritize_internal_summary">Always try the internal URL first before the external URL. Enable this setting if you typically leave location off.</string>
<string name="message_checking">Checking Wear Devices with App</string>
<string name="message_missing_all">The Wear app is missing on your watch, click the button below to install the app</string>
<string name="message_some_installed">The Wear app is installed on some of your wear devices: (%1$s)\n\nClick the button below to install the app on the other devices.</string>
<string name="message_missing_all">The Wear app is missing on your watch, click the button below to install the app.\n\nNote: Currently the Wear OS app requires you to be enrolled in the beta for the phone app. If the button does not work then please join the beta: https://play.google.com/apps/testing/io.homeassistant.companion.android</string>
<string name="message_some_installed">The Wear app is installed on some of your wear devices: (%1$s)\n\nClick the button below to install the app on the other devices.\n\nNote: Currently the Wear OS app requires you to be enrolled in the beta for the phone app. If the button does not work then please join the beta: https://play.google.com/apps/testing/io.homeassistant.companion.android</string>
<string name="message_all_installed">The Wear app is installed on all of your wear devices! \n\nStay tuned for more updates to this page.</string>
<string name="store_request_successful">Request to install app on wear device sent successfully</string>
<string name="store_request_unsuccessful">Play Store Request Failed. Wear device(s) may not support Play Store, that is, the Wear device may be version 1.0.</string>
Expand Down

0 comments on commit 2c0bbec

Please sign in to comment.