Fixes for 1599-qrd browser to work with 1857 swe engine

Fix provider issue by providing custom class with authority string.
Comment out clear password feature.

Change-Id: Icab6cf7d3bbd71a14fad337ef01f0c53fcaf2fdf
diff --git a/res/mipmap-hdpi/ic_launcher_browser_swe.png b/res/mipmap-hdpi/ic_launcher_browser_swe.png
new file mode 100644
index 0000000..47f21f4
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_browser_swe.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_browser_swe.png b/res/mipmap-mdpi/ic_launcher_browser_swe.png
new file mode 100644
index 0000000..ed2fc3b
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_browser_swe.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_browser_swe.png b/res/mipmap-xhdpi/ic_launcher_browser_swe.png
new file mode 100644
index 0000000..c712cd6
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_browser_swe.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_browser_swe.png b/res/mipmap-xxhdpi/ic_launcher_browser_swe.png
new file mode 100644
index 0000000..516d7be
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_browser_swe.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4c8033f..eae9ac6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -19,6 +19,8 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- The name of the application. -->
     <string name="application_name">Browser</string>
+    <!-- The name of standalone application. -->
+    <string name="application_name_swe">SWE Android Browser</string>
     <!-- Displayed with a file picker to choose a file to upload -->
     <string name="choose_upload">Choose file for upload</string>
     <!-- Toast to show the user after they try to open the file picker but no apps on the
@@ -1107,4 +1109,4 @@
     <string name="ssl_certificate">Security certificate</string>
     <string name="ssl_certificate_is_valid">This certificate is valid.</string>
     <string name="version">Version</string>
-</resources>
\ No newline at end of file
+</resources>