diff --git a/tests/Resources/ti.platform.test.js b/tests/Resources/ti.platform.test.js
index 2c622dccae9..1914bc06542 100644
--- a/tests/Resources/ti.platform.test.js
+++ b/tests/Resources/ti.platform.test.js
@@ -308,8 +308,8 @@ describe('Titanium.Platform', () => {
should(Ti.Platform.canOpenURL).be.a.Function();
});
- it('returns true for typical http URL', () => {
- should(Ti.Platform.canOpenURL('http://www.google.com/')).be.true();
+ it('returns true for typical https URL', () => {
+ should(Ti.Platform.canOpenURL('https://www.google.com/')).be.true();
});
it('returns true for app-sepcific URI scheme', () => {
diff --git a/tests/platform/android/AndroidManifest.xml b/tests/platform/android/AndroidManifest.xml
index 7fa8fd76214..30e276d3d09 100644
--- a/tests/platform/android/AndroidManifest.xml
+++ b/tests/platform/android/AndroidManifest.xml
@@ -3,4 +3,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+