[TNU1.1] Update tethering notification strings
Update string for no upstream and cellular roaming notification.
Bug: 145629001
Bug: 147818698
Test: atest TetheringTests
Change-Id: I7302cf351b0a9a42ad5a543f61ab084de189f282
diff --git a/Tethering/res/values/strings.xml b/Tethering/res/values/strings.xml
index 981524e..52a1654 100644
--- a/Tethering/res/values/strings.xml
+++ b/Tethering/res/values/strings.xml
@@ -38,6 +38,10 @@
<!-- String for no upstream notification title [CHAR LIMIT=200] -->
<string name="no_upstream_notification_title"></string>
+ <!-- String for no upstream notification message [CHAR LIMIT=200] -->
+ <string name="no_upstream_notification_message"></string>
+ <!-- String for cellular roaming notification disable button [CHAR LIMIT=200] -->
+ <string name="no_upstream_notification_disable_button"></string>
<!-- String for cellular roaming notification title [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_title"></string>
@@ -45,4 +49,4 @@
<string name="upstream_roaming_notification_message"></string>
<!-- String for cellular roaming notification continue button [CHAR LIMIT=200] -->
<string name="upstream_roaming_notification_continue_button"></string>
-</resources>
\ No newline at end of file
+</resources>