mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
CB-13721 (Android): fix build apps that use cdvHelpers.getConfigPreference
This commit is contained in:
parent
a24ba41eda
commit
e1c3b4fd94
@ -165,7 +165,7 @@ def doPromptForPassword(msg) {
|
||||
}
|
||||
|
||||
def doGetConfigXml() {
|
||||
def xml = file("res/xml/config.xml").getText()
|
||||
def xml = file("src/main/res/xml/config.xml").getText()
|
||||
// Disable namespace awareness since Cordova doesn't use them properly
|
||||
return new XmlParser(false, false).parseText(xml)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user