From 09885ebcab0b36c09d1e5150abd8f934745f76e3 Mon Sep 17 00:00:00 2001 From: m1ga Date: Tue, 23 Nov 2021 11:48:37 +0100 Subject: [PATCH] android 12 queries --- android/src/ti/webdialog/Utils.java | 2 +- android/timodule.xml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/android/src/ti/webdialog/Utils.java b/android/src/ti/webdialog/Utils.java index bbce173..d51494f 100644 --- a/android/src/ti/webdialog/Utils.java +++ b/android/src/ti/webdialog/Utils.java @@ -47,7 +47,7 @@ public static int[] getStyleableIntArray(String packageName, String name) // return the list of all available & enabled browsers in device public static List allBrowsers(Context context) { - Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.testingurl.com")); + Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://localhost")); return context.getPackageManager().queryIntentActivities(intent, 0); } diff --git a/android/timodule.xml b/android/timodule.xml index 924a3c1..115443b 100755 --- a/android/timodule.xml +++ b/android/timodule.xml @@ -1,11 +1,15 @@ - - - + + + + + + + + + +