File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
bootpay/src/main/java/kr/co/bootpay Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3333import kr .co .bootpay .pref .UserInfo ;
3434
3535public class BootpayWebView extends WebView {
36- private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.0.5 /production.html" ;
36+ private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.1.0 /production.html" ;
3737//private static final String BOOTPAY = "https://inapp.bootpay.co.kr/2.1.1/production.html";
3838
3939 private Dialog dialog ;
@@ -180,6 +180,7 @@ private Boolean isSpecialCase(String url) {
180180
181181 private Intent parse (String url ) {
182182 try {
183+
183184 Intent intent = Intent .parseUri (url , Intent .URI_INTENT_SCHEME );
184185 if (intent .getPackage () == null ) {
185186 if (url == null ) return intent ;
You can’t perform that action at this time.
0 commit comments