forked from github/cordova-android
Support Market Uri
This commit is contained in:
parent
f71d9deb5e
commit
b6bd9ad5b8
@ -902,7 +902,7 @@ public class DroidGap extends PhonegapActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If http, https or file
|
// If http, https or file
|
||||||
else if (url.startsWith("http://") || url.startsWith("https://") || url.startsWith("file://")) {
|
else if (url.startsWith("http://") || url.startsWith("https://") || url.startsWith("file://") || url.startsWith("market://")) {
|
||||||
|
|
||||||
int i = url.lastIndexOf('/');
|
int i = url.lastIndexOf('/');
|
||||||
String newBaseUrl = url;
|
String newBaseUrl = url;
|
||||||
|
Loading…
Reference in New Issue
Block a user