mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
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
|
||||
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('/');
|
||||
String newBaseUrl = url;
|
||||
|
Loading…
Reference in New Issue
Block a user