New version update notification
Notify user when a new version of browser is available internally.
Change-Id: I29ae1443c473781c3227a574ee42eb5f7e1be36c
diff --git a/res/drawable-xhdpi/img_notify_update.png b/res/drawable-xhdpi/img_notify_update.png
new file mode 100644
index 0000000..44075f5
--- /dev/null
+++ b/res/drawable-xhdpi/img_notify_update.png
Binary files differ
diff --git a/res/drawable-xhdpi/img_notify_update_black.png b/res/drawable-xhdpi/img_notify_update_black.png
new file mode 100644
index 0000000..01e7695
--- /dev/null
+++ b/res/drawable-xhdpi/img_notify_update_black.png
Binary files differ
diff --git a/res/drawable-xhdpi/img_notify_update_white.png b/res/drawable-xhdpi/img_notify_update_white.png
new file mode 100644
index 0000000..be53a8a
--- /dev/null
+++ b/res/drawable-xhdpi/img_notify_update_white.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e135481..bab0f6c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1193,6 +1193,9 @@
<string name="swe_privacy_policy">Privacy policy</string>
<string name="swe_privacy_policy_url" translatable="False"></string>
+ <!--Strings for auto update notification feature -->
+ <string name="update" translatable="false">SWE browser update available</string>
+ <string name="update_msg" translatable="false">"Version: "</string>
<!-- Toast message displayed when user attempts to modify a setting disabled by the administrator -->
<string name="mdm_managed_alert">Managed by your administrator</string>
diff --git a/res/xml/about_preferences.xml b/res/xml/about_preferences.xml
index 2b156fa..e1a5e86 100644
--- a/res/xml/about_preferences.xml
+++ b/res/xml/about_preferences.xml
@@ -62,4 +62,8 @@
android:title="@string/swe_legal"
android:summary="@string/swe_pref_legal_info_summary"/>
+ <Preference
+ android:key="update_notification"
+ android:title="@string/update" />
+
</PreferenceScreen>